(ruby) Ruby has outdated RubyGems version
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?
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.
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 .
Nevermind, This was the new SSL cert that requires a newer gems version.
Related to #57
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)