Skip to content

0.9.3

Latest
Compare
Choose a tag to compare
@postmodern postmodern released this 01 Dec 21:16
· 5 commits to master since this release
v0.9.3
  • Run brew under the original $SUDO_USER if ruby-install is being ran
    under sudo to avoid running brew as root.

ruby

  • Specify the homebrew openssl installation directory using the
    --with-openssl-dir option, in addition to --with-opt-dir.
  • When the package manager is brew, install openssl@1.1 for Ruby <= 3.0
    and openssl@3 for Ruby >= 3.1, respectively.
  • When the package manager is port, install openssl11 for Ruby <= 3.0
    and openssl3 for Ruby >= 3.1, respectively.