Skip to content

Commit d8e8956

Browse files
authored
Merge pull request rails#52771 from yahonda/no_need_to_install_bundler_explicitly
No need to install `bundler` since it is a default gem since Ruby 2.6
2 parents 5da74bf + 37f4073 commit d8e8956

File tree

1 file changed

+0
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/bin

1 file changed

+0
-1
lines changed

railties/lib/rails/generators/rails/app/templates/bin/setup.tt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ FileUtils.chdir APP_ROOT do
1313
# Add necessary setup steps to this file.
1414

1515
puts "== Installing dependencies =="
16-
system! "gem install bundler --conservative"
1716
system("bundle check") || system!("bundle install")
1817
<% if using_node? -%>
1918

0 commit comments

Comments
 (0)