Skip to content

Commit c78a6fa

Browse files
committed
Rails 8 will target Ruby 3.3+ only for new apps
1 parent 53a9923 commit c78a6fa

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
@@ -56,11 +56,6 @@ group :development do
5656
# gem "rack-mini-profiler"
5757

5858
<%- end -%>
59-
<%- if RUBY_VERSION < "3.2" -%>
60-
61-
# Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
62-
gem "error_highlight", ">= 0.4.0", platforms: [:ruby]
63-
<%- end -%>
6459
end
6560

6661
<%- if depends_on_system_test? -%>

0 commit comments

Comments
 (0)