Update the target Ruby version notes to the latest release#2962
Merged
Conversation
The version notes in README.md and docs/CONTRIBUTING.md still referred to Ruby 3.1/3.2. Refresh them to the latest release (4.0 as of 2026) and link them to the official branches page so the supported versions stay verifiable.
zonuexe
commented
May 20, 2026
|
|
||
| The target version of the bundled type definitions is the latest _release_ of Ruby -- `3.1` as of January 2022. | ||
| The target version of the bundled type definitions is the [latest _release_ of Ruby](https://www.ruby-lang.org/en/downloads/branches/) -- `4.0` as of 2026. | ||
| Note, however, that the CI currently retains the tests on Ruby 3.2 as well. |
Contributor
Author
There was a problem hiding this comment.
It appears that a proposal has been made to drop support for Ruby 3.2. (#2830)
Collaborator
|
👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
The "target version" notes in
README.mdanddocs/CONTRIBUTING.mdstill referred to Ruby3.1/3.2(dated 2022/2023). This refreshes them:4.0,>= 3.3for non-EOL, as of 2026).CONTRIBUTING.mdthat the CI matrix currently still retains Ruby 3.2.Test plan