I just discovered I can no longer gem push … any more and some digging led me to a need to update my RVM SSL certs.
gem push …
I ran rvm osx-ssl-certs status
rvm osx-ssl-certs status
In my case it was the Ruby version when bundling:
I did:
rvm list
output:
ruby-1.9.3-p448 [ x86_64 ] ruby-2.0.0-p247 [ x86_64 ] ruby-2.0.0-p353 [ x86_64 ] ruby-2.0.0-p451 [ x86_64 ]
and then I changed to ruby-2.0.0-p451:
ruby-2.0.0-p451
rvm use ruby-2.0.0-p451
and:
bundle
bundle was done successfully ;)