[rb] Update ruby to 3.3.9#17484
Conversation
Review Summary by QodoUpdate Ruby minimum version to 3.3.9
WalkthroughsDescription• Bumps minimum Ruby version from 3.2 to 3.3 • Updates CI matrix with latest Ruby versions • Updates rubocop target version to 3.3 • Updates documentation and gemspec requirements Diagramflowchart LR
A["Ruby 3.2"] -->|"Upgrade to"| B["Ruby 3.3.9"]
B -->|"Updates"| C["Gemspecs"]
B -->|"Updates"| D["CI Matrix"]
B -->|"Updates"| E["Rubocop Config"]
B -->|"Updates"| F["Documentation"]
File Changes1. rb/selenium-devtools.gemspec
|
Code Review by Qodo
1. Docs mention wrong Ruby
|
titusfortner
left a comment
There was a problem hiding this comment.
We need to make sure this runs ci-ruby workflow before merging. i need to figure out why it didn't run automatically
|
Persistent review updated to latest commit 7484c8f |
titusfortner
left a comment
There was a problem hiding this comment.
figured out how to get it to rerun, can merge if tests pass
|
Persistent review updated to latest commit b59d5f1 |
🔗 Related Issues
Last ruby updated #15714
💥 What does this PR do?
Bumps the minimum Ruby version from 3.2 to 3.3.9 since CRuby 3.2 is EOL since March 2026
🔧 Implementation Notes
🤖 AI assistance
🔄 Types of changes