I have installed ruby2.0.0-p598-x64
and I've also unpacked DevKit-mingw64-64-4.7.2-20130224-1432-sfx_2
.
but when I give gem install json --platform=ruby
in cmd
it says
could not find a valid gem 'json' (>=0)
here is why:
Unable to download data from https://rybtgems.org/-SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/latest_specs.4.8.gz)
How can I solve this?