Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Last active December 14, 2015 11:49
Show Gist options
  • Save ngpestelos/5081661 to your computer and use it in GitHub Desktop.
Save ngpestelos/5081661 to your computer and use it in GitHub Desktop.
Reinstall Ruby Enterprise Edition (REE) using RVM and OpenSSL 1.0 on OS X Mountain Lion (Homebrew)

Update Homebrew

$ brew update

Install OpenSSL 1.0

$ brew install openssl

Update RVM

$ rvm get head

Reinstall REE

$ rvm reinstall ree-<version> --with-openssl-dir=/usr/local/Cellar/openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment