[rubygems/rubygems] Remove last remaining line of output from gem update --system --silent
https://github.com/rubygems/rubygems/commit/038203aaf8
This commit is contained in:
parent
e8274a7683
commit
9bbca93aa8
Notes:
git
2020-09-28 14:54:54 +09:00
@ -244,7 +244,7 @@ command to remove old versions.
|
||||
|
||||
@installer = Gem::DependencyInstaller.new update_options
|
||||
|
||||
say "Updating #{name}"
|
||||
say "Updating #{name}" unless options[:system] && options[:silent]
|
||||
begin
|
||||
@installer.install name, Gem::Requirement.new(version)
|
||||
rescue Gem::InstallError, Gem::DependencyError => e
|
||||
|
Loading…
x
Reference in New Issue
Block a user