Added Ruby 3.4.4 to the ruby-versions database. ruby-install users can now safely upgrade to Ruby 3.4.4.
$ ruby-install -U ruby-3.4.4
https://www.ruby-lang.org/en/news/2025/05/14/ruby-3-4-4-released/
https://github.com/postmodern/ruby-install#readme
Added Ruby 3.4.4 to the ruby-versions database. ruby-install users can now safely upgrade to Ruby 3.4.4.
$ ruby-install -U ruby-3.4.4
https://www.ruby-lang.org/en/news/2025/05/14/ruby-3-4-4-released/
https://github.com/postmodern/ruby-install#readme
Just added Ruby 3.5.0-preview1 to the ruby-versions database for ruby-install users. You can now safely install Ruby 3.5.0-preview1 and test it.
$ ruby-install -U ruby-3.5.0-preview1
https://www.ruby-lang.org/en/news/2025/04/18/ruby-3-5-0-preview1-released/
https://github.com/postmodern/ruby-install#readme
Added Ruby 3.3.8 to the ruby-versions database for ruby-install users.
$ ruby-install -U ruby-3.3.8
https://www.ruby-lang.org/en/news/2025/04/09/ruby-3-3-8-released/
Added Ruby 3.4.3 to the ruby-versions database for ruby-install users.
$ ruby-install -U ruby-3.4.3
https://www.ruby-lang.org/en/news/2025/04/14/ruby-3-4-3-released/
Added Ruby 3.1.7 and 3.2.8 to the ruby-versions database for ruby-install users. These versions fix a CVE in the bundled REXML and RSS gems. Note: the 3.1 series has now reached EoL.
$ ruby-install -U ruby-3.1.7
$ ruby-install -U ruby-3.2.8
https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-1-7-released/
https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-2-8-released/
#ruby #ruby_install #rubyinstall
Here's a wild PR. Appears that you can compile Ruby 2.x, provided you use rbenv's homebew tap package for openssl@1.0.
https://github.com/postmodern/ruby-install/pull/505
Should ruby-install use rbenv's openssl packages in order to compile Ruby 2.x on macOS?
This fixes two issues which prevented the use of older Rubies: When requiring the use of OpenSSL < 3 with MacOS / Homebrew, we use the rbenv/homebrew-tap. This is required because Homebrew has ...
Added Ruby 3.4.2 to the ruby-versions database. It is now safe for ruby-install users to install Ruby 3.4.2.
$ ruby-install -U ruby 3.4.2
https://www.ruby-lang.org/en/news/2025/02/14/ruby-3-4-2-released/
https://github.com/postmodern/ruby-versions/commit/e7d01d060f83291bde729e402adec39e6f117468
#ruby #ruby_install #rubyinstall
Released ruby-install 0.10.1 with a minor fix for homebrew users who also want to compile ruby with jemalloc support.
https://github.com/postmodern/ruby-install/releases/tag/v0.10.1
https://github.com/postmodern/ruby-install#readme
Released ruby-install 0.10.0! This release contains many small improvements to usability and better support for building CRuby with jemalloc or YJIT enabled.
$ ruby-install ruby -- --with-jemalloc
$ ruby-install ruby -- --enable-yjit
https://github.com/postmodern/ruby-install/releases/tag/v0.10.0
https://github.com/postmodern/ruby-install#readme
Also, would JRuby users prefer the headless or headful (with AWT/Swing/SWT GUI support) OpenJDK be installed by ruby-install when installing JRuby? /cc @headius