Skip to content

Instantly share code, notes, and snippets.

@mec
Last active November 11, 2023 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mec/e293bae387ecf1e94517d8b827adddc4 to your computer and use it in GitHub Desktop.
Save mec/e293bae387ecf1e94517d8b827adddc4 to your computer and use it in GitHub Desktop.
Install Ruby with OpenSSL 1.1
ruby-install ruby 3.1.4 -- --with-openssl-dir=/opt/homebrew/opt/openssl@1.1

This is for Apple Silicon, change the path to open ssl for Intel, you can find the path with brew info openssl@1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment