mirror of https://github.com/rails/rails
Merge pull request #49666 from skipkayhil/hm-fix-error-highlight-spacing
Fix extra blank line when no error_highlight
This commit is contained in:
commit
c139e52ced
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue