Skip to content

Commit 7349b11

Browse files
Add description for error_highlight gem
1 parent c139e52 commit 7349b11

File tree

1 file changed

+1
-0
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+1
-0
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ group :development do
5252
# gem "spring"
5353
<%- if RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2" -%>
5454

55+
# Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
5556
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
5657
<%- end -%>
5758
end

0 commit comments

Comments
 (0)