Skip to content

Commit

Permalink
Merge pull request #49666 from skipkayhil/hm-fix-error-highlight-spacing
Browse files Browse the repository at this point in the history
Fix extra blank line when no error_highlight
  • Loading branch information
jonathanhefner committed Oct 17, 2023
2 parents 196696e + b62c1ac commit c139e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ group :development do
<%- end -%>
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"

<%- if RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2" -%>

gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
<%- end -%>
end
Expand Down

0 comments on commit c139e52

Please sign in to comment.