Since I upgraded to OS X 10.10 Yosemite, I get the following error when trying to install a ruby gem:
ERROR: While executing gem ... (Gem::Exception)
Unable to require openssl, install OpenSSL and rebuild ruby (preferred) or use non-HTTPS sources
But when I do which openssl
it shows me the path:
/usr/local/bin/openssl
I have uninstalled and reinstalled rvm and ruby but still get the same error.
How do I install Ruby gems?