diff options
author | Hiroshi SHIBATA <[email protected]> | 2019-08-16 16:02:32 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-17 07:35:49 +0900 |
commit | ae3002b5401fb8b38d9a3a9b9e27e6a36ac79ff2 () | |
tree | bdeff34fade7fda288c134bd8881f2a2797d09da /lib/rubygems/gemcutter_utilities.rb | |
parent | 56a28a8728dceb4bbcd6269c7ae3cb894c4ce512 (diff) |
[rubygems/rubygems] Fixup #2844
https://.com/rubygems/rubygems/commit/5924286ae2
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ module Gem::GemcutterUtilities unless (host_uri.scheme == allowed_host_uri.scheme) && (host_uri.host == allowed_host_uri.host) alert_error "#{self.host.inspect} is not allowed by the gemspec, which only allows #{allowed_push_host.inspect}" - terminate_interaction 1 end end |