chocolatey-packages icon indicating copy to clipboard operation
chocolatey-packages copied to clipboard

(ruby) Ruby has outdated RubyGems version

Open liamdawson opened this issue 9 years ago • 5 comments

I had to follow the instructions at http://guides.rubygems.org/ssl-certificate-update/ to download any gems. Maybe this could be built into the install process?

liamdawson avatar Oct 17 '16 03:10 liamdawson

For what versions of Ruby? We've known about some of the older ones needing something, but not newer versions. Someone was planning to do that about this time last year but then I unfortunately we never saw the PR.

ferventcoder avatar Oct 17 '16 17:10 ferventcoder

I installed 2.3.1 and the dev kit and encountered this issue.

On Tue, 18 Oct 2016, 04:37 Rob Reynolds [email protected] wrote:

For what versions of Ruby? We've known about some of the older ones needing something, but not newer versions. Someone was planning to do that about this time last year but then I unfortunately we never saw the PR.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ferventcoder/chocolatey-packages/issues/194#issuecomment-254277822, or mute the thread https://github.com/notifications/unsubscribe-auth/AAuZT6yTqxJp3CC8-1hbl-k5UQJ8OcX3ks5q07JGgaJpZM4KYNRz .

liamdawson avatar Oct 18 '16 11:10 liamdawson

Nevermind, This was the new SSL cert that requires a newer gems version.

ferventcoder avatar Nov 28 '16 06:11 ferventcoder

Related to #57

ferventcoder avatar Nov 28 '16 07:11 ferventcoder

Any chance of updating the Ruby package to 2.3.3? At the moment you can't do anything with rubygems using the chocolatey package:

PS C:\Windows\system32> gem install sass
ERROR:  Could not find a valid gem 'sass' (>= 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 verify failed (https://api.rubygems.org/specs.4.8.gz)

PS C:\Windows\system32> gem update --system
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)

KakersUK avatar Mar 09 '17 10:03 KakersUK