0.9.3 has been released! #476
postmodern
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
brew
under the original$SUDO_USER
ifruby-install
is being ranunder
sudo
to avoid runningbrew
asroot
.ruby
openssl
installation directory using the--with-openssl-dir
option, in addition to--with-opt-dir
.brew
, installopenssl@1.1
for Ruby <= 3.0and
openssl@3
for Ruby >= 3.1, respectively.port
, installopenssl11
for Ruby <= 3.0and
openssl3
for Ruby >= 3.1, respectively.This discussion was created from the release 0.9.3.
Beta Was this translation helpful? Give feedback.
All reactions