Skip to content

Commit 64ab211

Browse files
committed
Revert "Rails 8 will target Ruby 3.3+ only for new apps"
This reverts commit c78a6fa. Main is still 7.2. Will reply when we release it.
1 parent 2601415 commit 64ab211

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ end
5151
group :development do
5252
# Use console on exceptions pages [https://github.com/rails/web-console]
5353
gem "web-console"
54+
<%- if RUBY_VERSION < "3.2" -%>
55+
56+
# Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
57+
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
58+
<%- end -%>
5459
end
5560
<%- end -%>
5661

0 commit comments

Comments
 (0)