Skip to content

Instantly share code, notes, and snippets.

@sutanto
Last active November 14, 2020 09:58
Show Gist options
  • Save sutanto/75a778f94edae116aeaa5ec56955ce58 to your computer and use it in GitHub Desktop.
Save sutanto/75a778f94edae116aeaa5ec56955ce58 to your computer and use it in GitHub Desktop.
Install OpenSSL 1.0.2t and Ruby 2.3.8 on Catalina
# This is for older version of Homebrew which still support the direct URL install
# For newer Homebrew version, use this script: https://gist.github.com/sutanto/999b8ec6cd0e63848a37c7a906acace8
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/8b9d6d688f483a0f33fcfc93d433de501b9c3513/Formula/openssl.rb
brew switch openssl 1.0.2t
ruby-install ruby 2.3.8 -- --with-openssl-dir=/usr/local/opt/openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment