From ca312b6612e2c76aabd301807a1b63fc050e46d5 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 11 Jun 2011 01:18:08 +0200 Subject: s/Bundle/Bundler/ --- railties/lib/rails/generators/app_base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/generators/app_base.rb') diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index f07e090c25..1196e2b7eb 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -190,7 +190,7 @@ module Rails def bundle_command(command) say_status :run, "bundle #{command}" - # We are going to shell out rather than invoking Bundle::CLI.new(command) + # We are going to shell out rather than invoking Bundler::CLI.new(command) # because `rails new` loads the Thor gem and on the other hand bundler uses # its own vendored Thor, which could be a different version. Running both # things in the same process is a recipe for a night with paracetamol. -- cgit v1.2.3