mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
Sync RubyGems & Bundler with upstream repo
This commit is contained in:
parent
333754ace8
commit
12a5fa408b
Notes:
git
2022-06-24 10:52:35 +09:00
47 changed files with 533 additions and 337 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue