-
Notifications
You must be signed in to change notification settings - Fork 642
Open
Description
Standard Library updates entries at Ruby 4.0.0 preview2 Released release note looks incorrect
Steps to confirm
-
Open
https://www.ruby-lang.org/en/news/2025/11/17/ruby-4-0-0-preview2-released/ -
Go to the "Standard Library updates" section
Standard Library updates
Note: We’re only listing notable updates of Standard librarires.
ostruct 0.6.1
pstore 0.2.0
benchmark 0.4.0
logger 1.7.0
rdoc 6.13.1
win32ole 1.9.2
irb 1.15.2
reline 0.6.1
readline 0.0.4
fiddle 1.1.6
Issues
- All of gems listed in the release note in English are bundled gems in Ruby 4.0, I'm not sure if these bundled gem versions should be listed in the release note section.
- These libraries are listed only listed in https://www.ruby-lang.org/en/news/2025/11/17/ruby-4-0-0-preview2-released/ , not listed in https://www.ruby-lang.org/ja/news/2025/11/17/ruby-4-0-0-preview2-released/
- Versions listed do not match the actual installed versions listed at https://github.com/ruby/ruby/blob/4fa6e9938cfb9458abd876ad4219a6648bfe1c96/gems/bundled_gems#L38-L47
Here are differences:
ostruct 0.6.3
benchmark 0.5.0
rdoc 6.15.1
irb 1.15.3
reline 0.6.3
readlineversions listed 0.0.4 does not match with the actual version installed0.6.3.
$ ruby -v
ruby 4.0.0preview2 (2025-11-17 master 4fa6e9938c) +PRISM [x86_64-linux]
$ irb
irb(main):001> require 'readline'
=> true
irb(main):002> Readline::VERSION
=> "0.6.3"
irb(main):003>
Metadata
Metadata
Assignees
Labels
No labels