-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Allow Rails 7.2 #2999
Allow Rails 7.2 #2999
Conversation
2a3b709
to
a5653c4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2999 +/- ##
=======================================
Coverage 96.46% 96.47%
=======================================
Files 237 237
Lines 6393 6403 +10
=======================================
+ Hits 6167 6177 +10
Misses 226 226 ☔ View full report in Codecov by Sentry. |
2b6c0d3
to
3e27c9f
Compare
and drop builds for Ruby 3.0
Adds support for Rails 7.2
This is the version for Rails >= 6.1
Rails 7.2 needs Ruby 3.1 as minimum. It is out of support anyway.
Get rid of warning about csv not being part of standard gems from Ruby 3.4 onwards.
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.
Looks good. A few feature specs are failing at the moment.
Since Rails 7.1 we need to set this to `:none`. The fix made was not very future proof...
What is this pull request for?
Needs
Checklist