-
-
Save chrismealy/1848528 to your computer and use it in GitHub Desktop.
Ruby with OpenSSL on OSX 10.7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm pkg install openssl | |
rvm remove 1.9.3 | |
rvm install 1.9.3 --with-openssl-dir=$rvm_path/usr --with-gcc=clang |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment