[rubygems/rubygems] Let the original error happen

It will give more useful information.

https://github.com/rubygems/rubygems/commit/efcecb5af5
This commit is contained in:
David Rodríguez 2020-07-11 12:19:51 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель b84b4e8bfa
Коммит 9ad9c2d9c3
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -77,12 +77,6 @@ class Gem::Request
end
connection
rescue LoadError => e
raise unless (e.respond_to?(:path) && e.path == 'openssl') ||
e.message =~ / -- openssl$/
raise Gem::Exception.new(
'Unable to require openssl, install OpenSSL and rebuild Ruby (preferred) or use non-HTTPS sources')
end
def self.verify_certificate(store_context)