My problem is that I can not update the gem
I downloaded rubyInstaller
I tried to run the command to update:
gem update rails --no-document
But unfortunately does not update gives the error:
gem update rails --no-document
Updating installed gems
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
I searched online, but no help was clear! Does anyone know of a tutorial on how to make it work?
I appreciate the help!