-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
v3: Update dependencies and test against Ruby 3.4 #8614
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
a9d95c5
to
0d58021
Compare
b6e7053
to
05c04b0
Compare
65815c6
to
bfb142c
Compare
Additionally, in order to allow CI to run against all supported Ruby versions: - Lock net-imap to ~> 0.4.18 on Rails 6.1 - Lock nokogiri to ~> 1.17.2 on Rails 6.1 and Rails 7.0 - Lock securerandom to ~> 0.3.2 on Rails 6.1 and Rails 7.0 - Do not test Rails 7.1 against Ruby 3.0, change it to the oldest supported Rails version, 6.1
bfb142c
to
08f7867
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3-0-stable #8614 +/- ##
=============================================
Coverage ? 99.19%
=============================================
Files ? 194
Lines ? 4968
Branches ? 0
=============================================
Hits ? 4928
Misses ? 40
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@@ -33,11 +34,17 @@ jobs: | |||
include: | |||
- ruby: '3.0' | |||
os: ubuntu-latest | |||
deps: rails_71 | |||
deps: rails_61 |
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.
switched to the oldest supported version (3.0 + 6.1)
@@ -430,4 +436,4 @@ DEPENDENCIES | |||
zeitwerk (~> 2.6.18) | |||
|
|||
BUNDLED WITH | |||
2.6.2 | |||
2.5.23 |
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.
2.6 is not available on Ruby 3.0, this downgrade removes a warning on the CI
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, in order to allow CI to run against all supported
Ruby versions:
supported Rails version, 6.1