ruby-install v0.8.3 Release Notes

Release Date: 2021-09-25 // over 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.

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.