[rubygems/rubygems] Fix an issue causing nested Gem::Uri instances
https://github.com/rubygems/rubygems/commit/6589f7bcc7
This commit is contained in:
parent
105e037fe8
commit
63109976be
@ -191,7 +191,7 @@ class Gem::Request
|
||||
begin
|
||||
@requests[connection.object_id] += 1
|
||||
|
||||
verbose "#{request.method} #{Gem::Uri.new(@uri).redacted}"
|
||||
verbose "#{request.method} #{@uri.redacted}"
|
||||
|
||||
file_name = File.basename(@uri.path)
|
||||
# perform download progress reporter only for gems
|
||||
|
Loading…
x
Reference in New Issue
Block a user