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:
parent
e8274a7683
commit
9bbca93aa8
Notes:
git
2020-09-28 14:54:54 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue