diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-01-04 10:09:05 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-01-04 13:14:43 +0900 |
commit | 5537adf719a37a30b17d39111cc03700f353aa2d () | |
tree | 7523de9950b8a0118143f4ee0029aee17d043e04 /lib/rubygems/resolver/best_set.rb | |
parent | 35c3a24c8cbcccff1108079360e2063fc354b4bd (diff) |
Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa1179118bcc20
Notes: Merged: https://.com/ruby/ruby/pull/4021
-rw-r--r-- | lib/rubygems/resolver/best_set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ class Gem::Resolver::BestSet < Gem::Resolver::ComposedSet # The calling method must retry the exception to repeat the lookup. def replace_failed_api_set(error) # :nodoc: - uri = error.uri uri = URI uri unless URI === uri uri = uri + "." |