[rubygems/rubygems] Remove unused TEST_SSL environment variable
https://github.com/rubygems/rubygems/commit/1e2c3cf118
This commit is contained in:
parent
db2047ebaf
commit
ed3794495d
Notes:
git
2020-07-31 21:08:20 +09:00
@ -8,7 +8,7 @@ require 'rubygems/request'
|
||||
# The tested hosts are explained in detail here: https://github.com/rubygems/rubygems/commit/5e16a5428f973667cabfa07e94ff939e7a83ebd9
|
||||
#
|
||||
|
||||
if ENV["CI"] || ENV["TEST_SSL"]
|
||||
if ENV["CI"]
|
||||
class TestBundledCA < Gem::TestCase
|
||||
THIS_FILE = File.expand_path __FILE__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user