Skip to content

Instantly share code, notes, and snippets.

@rajbharath
Created July 2, 2015 07:09
Show Gist options
  • Save rajbharath/6ed42eeb3ac9e7a23915 to your computer and use it in GitHub Desktop.
Save rajbharath/6ed42eeb3ac9e7a23915 to your computer and use it in GitHub Desktop.
Rails Openssl issue
step1:
uninstall rvm
step2:
delete .rvm folder
step3:
brew reinstall openssl
step4:
brew link openssl --force
step5:
rvm install ruby-2.2.0
step6:
rvm use ruby-2.2.0
step7:
gem install rails -v 4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment