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.
2 parents c139e52 + 7349b11 commit ae6fa7aCopy full SHA for ae6fa7a
railties/lib/rails/generators/rails/app/templates/Gemfile.tt
@@ -52,6 +52,7 @@ group :development do
52
# gem "spring"
53
<%- if RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2" -%>
54
55
+ # Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
56
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
57
<%- end -%>
58
end
0 commit comments