Releases: rbenv/ruby-build
Releases · rbenv/ruby-build
Release list
ruby-build 20260716
ruby-build 20260714
ruby-build 20260701
What's Changed
- Added 3.4.10
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #2629
Full Changelog: v20260616...v20260701
ruby-build 20260616
ruby-build 20260520
ruby-build 20260512
ruby-build 20260503
ruby-build 20260501
What's New
-
Support passing a version prefix argument by @byroot in #2610
Before, Ruby versions needed to be specified in full as arguments to ruby-build, e.g.
rbenv install 3.4.9. Now, a version prefix may be passed targeting a major Ruby version or a specific alternative Ruby implementation:rbenv install 3 #=> installs latest Ruby 3.x (3.4.9) rbenv install 3.3 #=> installs latest Ruby 3.3.x (3.3.11) ruby-build --dir ruby-4 ~/.rubies #=> creates `~/.rubies/ruby-4.0.3` ruby-build jruby-10 /path/to/jruby #=> installs latest JRuby 10.x ruby-build TruffleRuby /path/to/truffleruby #=> installs latest `truffleruby-x.y.z` # the special keyword "ruby" resolves to the latest stable CRuby rbenv install ruby #=> installs latest Ruby (4.0.3)
The new
--resolveflag can be used by scripts and other tooling to resolve partial version names to full ones:ruby-build --resolve ruby-3.3 #=> 3.3.11
Full Changelog: v20260426...v20260501
ruby-build 20260426
What's Changed
Full Changelog: v20260422...v20260426
ruby-build 20260422
What's Changed
- Add 4.0.3
- Add JRuby 10.1.0.0 by @headius in #2617
- Add PicoRuby 3.4.2 with new r2p2 executable by @hasumikin in #2614
- Support RHEL 9+/Fedora 34+ CA bundle path by @mikelolasagasti in #2576
New Contributors
- @mikelolasagasti made their first contribution in #2576
Full Changelog: v20260412...v20260422