-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Drop Ruby 3.0 compatibility #8489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8489 +/- ##
=======================================
Coverage 99.11% 99.11%
=======================================
Files 141 141
Lines 4076 4076
=======================================
Hits 4040 4040
Misses 36 36 ☔ View full report in Codecov by Sentry. |
908cf8c
to
5a7389b
Compare
7c6e519
to
87a718b
Compare
Also improve test app generator flags: - Add `brakeman`, `ci`, and `rubocop` skips - Remove `listen`, `spring`, `turbolinks`, and `webpack-install` skips, dropped in Rails 7.0 - Sort remaining skips
87a718b
to
7b90053
Compare
sqlite3 (2.1.0-aarch64-linux-gnu) | ||
sqlite3 (2.1.0-arm64-darwin) | ||
sqlite3 (2.1.0-x86_64-darwin) | ||
sqlite3 (2.1.0-x86_64-linux-gnu) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
require Ruby 3.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Also improve test app generator flags:
brakeman
,ci
, andrubocop
skipslisten
,spring
,turbolinks
, andwebpack-install
skips,dropped in Rails 7.0