mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
s/Bundle/Bundler/
This commit is contained in:
parent
4699c93301
commit
ca312b6612
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue