-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 minimum Ruby to 3.1 #14685
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit a2db48a)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
3.0 is EOL in Apr 2024
User description
3.0 is EOL in Apr 2024
https://endoflife.date/ruby
PR Type
enhancement, dependencies
Description
Changes walkthrough 📝
8 files
server.rb
Use shorthand block syntax in server methods
rb/lib/selenium/server.rb
bidi.rb
Use shorthand block syntax in BiDi methods
rb/lib/selenium/webdriver/bidi.rb
log_inspector.rb
Use shorthand block syntax in log inspector methods
rb/lib/selenium/webdriver/bidi/log_inspector.rb
has_network_interception.rb
Use shorthand block syntax in network interception methods
rb/lib/selenium/webdriver/common/driver_extensions/has_network_interception.rb
logger.rb
Use `intersect?` method for array intersection
rb/lib/selenium/webdriver/common/logger.rb
intersect?
method.script.rb
Use shorthand block syntax in script methods
rb/lib/selenium/webdriver/common/script.rb
bridge.rb
Use shorthand block syntax in bridge methods
rb/lib/selenium/webdriver/remote/bridge.rb
guards.rb
Use shorthand block syntax in guard methods
rb/lib/selenium/webdriver/support/guards.rb
4 files
selenium-devtools.gemspec
Update required Ruby version to 3.1 in gemspec
rb/selenium-devtools.gemspec
selenium-webdriver.gemspec
Update required Ruby version to 3.1 in gemspec
rb/selenium-webdriver.gemspec
MODULE.bazel
Update gem checksums in Bazel configuration
MODULE.bazel
.ruby-version
Update Ruby version to 3.1.6
rb/.ruby-version
3 files
ci-rbe.yml
Update JRuby version in CI workflow
.github/workflows/ci-rbe.yml
ci-ruby.yml
Update Ruby versions in CI matrix
.github/workflows/ci-ruby.yml
.rubocop.yml
Update target Ruby version in RuboCop configuration
rb/.rubocop.yml
1 files
README.md
Update supported Ruby version in README
rb/README.md