ruby-changes:40205
From: naruse <ko1@a...>
Date: Mon, 26 Oct 2015 17:47:29 +0900 (JST)
Subject: [ruby-changes:40205] naruse:r52286 (trunk): clear https_proxy
naruse 2015-10-26 17:47:18 +0900 (Mon, 26 Oct 2015) New Revision: 52286 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52286 Log: clear https_proxy Modified files: trunk/test/rubygems/test_gem_remote_fetcher.rb Index: test/rubygems/test_gem_remote_fetcher.rb =================================================================== --- test/rubygems/test_gem_remote_fetcher.rb (revision 52285) +++ test/rubygems/test_gem_remote_fetcher.rb (revision 52286) @@ -104,7 +104,7 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg== https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_remote_fetcher.rb#L104 "964857770053363840471912215799994973597613931991572884", 16) def setup - @proxies = %w[http_proxy HTTP_PROXY http_proxy_user HTTP_PROXY_USER http_proxy_pass HTTP_PROXY_PASS no_proxy NO_PROXY] + @proxies = %w[https_proxy http_proxy HTTP_PROXY http_proxy_user HTTP_PROXY_USER http_proxy_pass HTTP_PROXY_PASS no_proxy NO_PROXY] @old_proxies = @proxies.map {|k| ENV[k] } @proxies.each {|k| ENV[k] = nil } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/