Skip to content

Commit dc96d29

Browse files
committed
Reapply "Rails 8 will target Ruby 3.3+ only for new apps"
This reverts commit 64ab211.
1 parent 37fd0e7 commit dc96d29

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ 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 -%>
5954
end
6055
<%- end -%>
6156

0 commit comments

Comments
 (0)