ruby-install v0.8.3 Release Notes
Release Date: 2021-09-25 // almost 3 years ago-
💎 ruby
- 📌 Pin the homebrew openssl dependency to
[email protected]
to avoid compiling against OpenSSL 3.0.
💎 truffleruby
- 📌 Pin the homebrew openssl dependency to
[email protected]
to avoid compiling against OpenSSL 3.0.
💎 truffleruby-graalvm
- 📌 Pin the homebrew openssl dependency to
[email protected]
to avoid compiling against OpenSSL 3.0.
rbx
- 📌 Pin the homebrew openssl dependency to
[email protected]
to avoid compiling against OpenSSL 3.0.
- 📌 Pin the homebrew openssl dependency to
Previous changes from v0.8.2
-
- 💎 Infer the ruby archive name from the URL, when a custom
--url
is given. - No longer run homebrew as root, if homebrew was installed by the current user.
💎 truffleruby
- Guard against installing into
/usr/local
(--system
) with an error message, since TruffleRuby currently does not provide FHS compliant packages. When TruffleRuby begins supporting installing into the FHS directory structure, the error message will be removed.
💎 truffleruby-graalvm
- 🚀 Updated to install the TruffleRuby GraalVM (CE) Java 11 releases.
- 💎 Infer the ruby archive name from the URL, when a custom