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.
2 parents 5da74bf + 37f4073 commit d8e8956Copy full SHA for d8e8956
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