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

#ruby #ruby_install #rubyinstall

Ruby 3.4.4 Released

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

#ruby #rubyinstall #ruby_install

Ruby 3.5.0 preview1 Released

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/

#ruby #ruby_install #rubyinstall

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/

#ruby #ruby_install #rubyinstall

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

Ruby 3.1.7 Released

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?

#ruby #ruby_install #rubyinstall #openssl

Allow to install legacy Rubies with old OpenSSL versions on Mac/Homebrew by meineerde · Pull Request #505 · postmodern/ruby-install

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 ...

GitHub

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

Ruby 3.4.2 Released

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

#ruby #ruby_install #rubyinstall #jemalloc #homebrew

Release 0.10.1 · postmodern/ruby-install

ruby Pass in the path of homebrew's jemalloc to ./configure via --with-opt-dir.

GitHub

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

#ruby #rubyinstall #ruby_install #jemalloc #yjit

Release 0.10.0 · postmodern/ruby-install

If the installation directory or one of it's parent directories cannot be written to then ruby-install will exit with an error before attempting to build the Ruby. When running under a non-TTY, dis...

GitHub

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

#jruby #rubyinstall #ruby_install