From ffd899f921b68ccca2f29cfaa9e5759b0de52ed7 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Sat, 30 Mar 2013 13:02:26 -0700 Subject: fix binstub typo --- railties/lib/rails/app_rails_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails') 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." -- cgit v1.2.3