[rb] Update ruby version to 3.2.2 #14791
Open
+35
−31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR focuses on upgrading the existing Ruby version from 3.1.6 for Selenium to 3.2.2
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 this Ruby 3.2 support extends until March 2026
https://www.ruby-lang.org/en/news/2023/03/30/ruby-3-2-2-released/
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