[rubygems/rubygems] Fix skip message
https://github.com/rubygems/rubygems/commit/a763e539cd
This commit is contained in:
parent
e1494145d9
commit
6608bc77b6
Notes:
git
2020-07-31 21:08:15 +09:00
@ -9,7 +9,7 @@ rescue LoadError => e
|
||||
end
|
||||
|
||||
unless defined?(OpenSSL::SSL)
|
||||
warn 'Skipping Gem::Request tests. openssl not found.'
|
||||
warn 'Skipping Gem::RemoteFetcher tests. openssl not found.'
|
||||
end
|
||||
|
||||
require 'rubygems/remote_fetcher'
|
||||
|
Loading…
x
Reference in New Issue
Block a user