Sync RubyGems & Bundler with upstream repo

This commit is contained in:
David Rodríguez 2022-06-23 11:22:36 +02:00 committed by Hiroshi SHIBATA
parent 333754ace8
commit 12a5fa408b
Notes: git 2022-06-24 10:52:35 +09:00
47 changed files with 533 additions and 337 deletions

View file

@ -62,7 +62,7 @@ class Gem::Commands::SourcesCommand < Gem::Command
say "#{source_uri} is not a URI"
terminate_interaction 1
rescue Gem::RemoteFetcher::FetchError => e
say "Error fetching #{source_uri}:\n\t#{e.message}"
say "Error fetching #{Gem::Uri.redact(source.uri)}:\n\t#{e.message}"
terminate_interaction 1
end
end