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 37fd0e7 commit dc96d29Copy full SHA for dc96d29
railties/lib/rails/generators/rails/app/templates/Gemfile.tt
@@ -51,11 +51,6 @@ end
51
group :development do
52
# Use console on exceptions pages [https://github.com/rails/web-console]
53
gem "web-console"
54
-<%- if RUBY_VERSION < "3.2" -%>
55
-
56
- # Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
57
- gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
58
-<%- end -%>
59
end
60
<%- end -%>
61
0 commit comments