1
My problem is I can’t update gem
I lowered the rubyInstaller
tried running command to update:
gem update rails --no-document
But unfortunately no update gives 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 any tutorial on how to make it work?
I appreciate the help!
What is your version of Gem? (
gem --version
)– Genos