diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile.tt b/railties/lib/rails/generators/rails/app/templates/Gemfile.tt index bcac9375ea..edd086859c 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile.tt +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile.tt @@ -56,8 +56,6 @@ group :development do # gem "rack-mini-profiler" <%- end -%> - # Speed up commands on slow machines / big apps [https://github.com/rails/spring] - # gem "spring" <%- if RUBY_VERSION < "3.2" -%> # Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]