diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-26 14:00:11 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-26 15:09:21 +0900 |
commit | b7ad60a79440f65cf883d3ff9dbdde701666ef56 () | |
tree | e0033b706a480377472bf93f58eaf42f6e2301ab /lib/rubygems/gemcutter_utilities.rb | |
parent | 10c9ce9d4c632d7c6232b53367b0496aef2ebb13 (diff) |
Merge RubyGems/Bundler master
from https://.com/rubygems/rubygems/commit/72fd3dd2096af16d797ad0cd8e0d2a8869e240b3
Notes: Merged: https://.com/ruby/ruby/pull/7025
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -70,8 +70,7 @@ module Gem::GemcutterUtilities @host ||= begin env_rubygems_host = ENV["RUBYGEMS_HOST"] - env_rubygems_host = nil if - env_rubygems_host && env_rubygems_host.empty? env_rubygems_host || configured_host end |