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 2601415 commit 64ab211Copy full SHA for 64ab211
railties/lib/rails/generators/rails/app/templates/Gemfile.tt
@@ -51,6 +51,11 @@ 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