aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails')
-rw-r--r--railties/lib/rails/app_rails_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/app_rails_loader.rb b/railties/lib/rails/app_rails_loader.rb
index 68ba4ecc63..c64d1b2552 100644
--- a/railties/lib/rails/app_rails_loader.rb
+++ b/railties/lib/rails/app_rails_loader.rb
@@ -24,7 +24,7 @@ module Rails
# this is a Bundler binstub, so we load the app ourselves
Object.const_set(:APP_PATH, File.expand_path('config/application', Dir.pwd))
require File.expand_path('../boot', APP_PATH)
- puts "Rails 4 no longer supports Bundler's --binstub option. You " \
+ puts "Rails 4 no longer supports Bundler's --binstubs option. You " \
"will need to disable it and update your bin/rails file.\n" \
"Please run: `bundle config --delete bin && rm -rf bin`, then " \
"`rake rails:update:bin` and add the resulting bin/ to git."