diff options
-rw-r--r-- | lib/rubygems/request.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ class Gem::Request no_env_proxy = env_proxy.nil? || env_proxy.empty? return get_proxy_from_env 'http' if no_env_proxy and _scheme != 'http' return :no_proxy if no_env_proxy |