-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[rb] Update Jruby to version 9.4.9.0 #14791
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
You need to also bump the ruby-version
parameter inside .github/workflows
Description
This PR focuses on upgrading the existing Ruby version from 9.4.5.0 for Selenium to 9.4.9.0
Motivation and Context
In April 2025 Ruby 3.1 will reach the end of life as shown here: https://endoflife.date/ruby
Ruby 3.2.2 is the minimum 3.2 version with security patches and bug fixes built on top of the 3.2.0 Ruby version, besides Ruby 3.2 support extends until March 2026
To be able to upgrade to Ruby 3.2.x and keep our pipeline compatibility with Jruby we need to be prepare to update to Jruby 10
3.2.2 Release: https://www.ruby-lang.org/en/news/2023/03/30/ruby-3-2-2-released/
State of Jruby 10: jruby/jruby#7517
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
Changes walkthrough 📝
selenium-devtools.gemspec
Update required Ruby version in gemspec
rb/selenium-devtools.gemspec
.rubocop.yml
Update target Ruby version in RuboCop configuration
rb/.rubocop.yml
.ruby-version
Update Ruby version file
rb/.ruby-version
Gemfile
Modify 'steep' gem version specification
rb/Gemfile