Merge pull request #49666 from skipkayhil/hm-fix-error-highlight-spacing

Fix extra blank line when no error_highlight
This commit is contained in:
Jonathan Hefner 2023-10-16 23:55:22 -05:00 committed by GitHub
commit c139e52ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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