ruby-install v0.8.3 Release Notes
Release Date: 2021-09-25 // about 2 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