You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing jruby 9.0.0.0.rc1 and issuing gem install gollum following error is output:
ERROR: Could not find a valid gem 'gollum' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate ve rify failed (https://rubygems.org/latest_specs.4.8.gz)
Reason of closing: in a parallel installation with cygwin, just executing gem on the command line calls the gem of cygwin, not the one of jruby. jruby 9.0.0.0.rc1 ships with rubygems 2.4.8.
When installing jruby 9.0.0.0.rc1 and issuing
gem install gollum
following error is output:ERROR: Could not find a valid gem 'gollum' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate ve rify failed (https://rubygems.org/latest_specs.4.8.gz)
The issue is tracked here: rubygems/rubygems#1050 The solution is to update rubygems to 2.0.15 as shown in the changelog at https://github.com/rubygems/rubygems/releases/tag/v2.0.15
The text was updated successfully, but these errors were encountered: