Skip to content

Commit

Permalink
Revert "Fix an issue causing nested Gem::Uri instances"
Browse files Browse the repository at this point in the history
This reverts commit 6589f7b.
  • Loading branch information
deivid-rodriguez committed Sep 23, 2021
1 parent d7d0c84 commit 9d0ce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/request.rb
Expand Up @@ -191,7 +191,7 @@ def perform_request(request) # :nodoc:
begin
@requests[connection.object_id] += 1

verbose "#{request.method} #{@uri.redacted}"
verbose "#{request.method} #{Gem::Uri.new(@uri).redacted}"

file_name = File.basename(@uri.path)
# perform download progress reporter only for gems
Expand Down

0 comments on commit 9d0ce31

Please sign in to comment.