mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue