Skip to content

Commit c139e52

Browse files
Merge pull request rails#49666 from skipkayhil/hm-fix-error-highlight-spacing
Fix extra blank line when no error_highlight
2 parents 196696e + b62c1ac commit c139e52

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ group :development do
5050
<%- end -%>
5151
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
5252
# gem "spring"
53-
5453
<%- if RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2" -%>
54+
5555
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
5656
<%- end -%>
5757
end

0 commit comments

Comments
 (0)