1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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:
Ellen Marie Dash 2020-07-30 18:15:15 -04:00 committed by Hiroshi SHIBATA
parent e8274a7683
commit 9bbca93aa8
Notes: git 2020-09-28 14:54:54 +09:00

View file

@ -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