We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundler
1 parent 8bac99a commit 37f4073Copy full SHA for 37f4073
railties/lib/rails/generators/rails/app/templates/bin/setup.tt
@@ -13,7 +13,6 @@ FileUtils.chdir APP_ROOT do
13
# Add necessary setup steps to this file.
14
15
puts "== Installing dependencies =="
16
- system! "gem install bundler --conservative"
17
system("bundle check") || system!("bundle install")
18
<% if using_node? -%>
19
0 commit comments