Reapply "Rails 8 will target Ruby 3.3+ only for new apps"

This reverts commit 64ab211892ba53a5709bcb543121337df45e0c81.
This commit is contained in:
Rafael Mendonça França 2024-05-13 16:46:39 +00:00
parent 37fd0e7fe4
commit dc96d29d2b
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

@ -51,11 +51,6 @@ end
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
<%- if RUBY_VERSION < "3.2" -%>
# Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
<%- end -%>
end
<%- end -%>