How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

4.0.0.beta2 Released

calendar_today November 25, 2025 person Hiroshi SHIBATA domain rubygems

RubyGems 4.0.0.beta2 includes deprecations, enhancements and bug fixes and Bundler 4.0.0.beta2 includes features, performance, enhancements and bug fixes. To update to the latest RubyGems you can run: gem update –system [–pre] To update to the latest Bundler you can run: gem install bundler [–pre] bundle update –bundler=4.0.0.beta2 RubyGems Release Notes Deprecations: Deprecate comparing Gem::Version objects with strings. Pull request #9085 by tenderlove Enhancements: Undeprecate Gem::Version#<=> against strings.

open_in_new Read original post