-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[v3] Rails 8.1 compatibility, drop Ruby < 3.0 #8839
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
c6eeb20 to
0345c65
Compare
|
I'm not sure about importmap it's there, this is a new line in 8.1 |
|
Failing when executing |
0be141e to
bdc172b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3-0-stable #8839 +/- ##
=============================================
Coverage ? 99.19%
=============================================
Files ? 194
Lines ? 4971
Branches ? 0
=============================================
Hits ? 4931
Misses ? 40
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
javierjulio
left a comment
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!
Additionally: - Drop ruby < 3.0 - Bump minor version number
bdc172b to
9bc38f5
Compare
|
hey 👋🏻 thanks |
|
@mgrunberg |
Thanks! I released 3.4.0 |
The changes introduced in #8839 dropped support for all Ruby versions below 3.0, but the gemspec had not yet reflected this. Update the gemspec to set the minimum required Ruby version to 3.0, aligning documentation and configuration with the currently supported runtime.
The changes introduced in #8839 dropped support for all Ruby versions below 3.0, but the gemspec had not yet reflected this. Update the gemspec to set the minimum required Ruby version to 3.0, aligning documentation and configuration with the currently supported runtime.
No description provided.