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.
1 parent 53a9923 commit c78a6faCopy full SHA for c78a6fa
railties/lib/rails/generators/rails/app/templates/Gemfile.tt
@@ -56,11 +56,6 @@ group :development do
56
# gem "rack-mini-profiler"
57
58
<%- end -%>
59
-<%- if RUBY_VERSION < "3.2" -%>
60
-
61
- # Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
62
- gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
63
-<%- end -%>
64
end
65
66
<%- if depends_on_system_test? -%>
0 commit comments