[rubygems/rubygems] No need for --quiet since we hide output by default

https://github.com/rubygems/rubygems/commit/77133a23f5
This commit is contained in:
David Rodríguez 2024-12-12 17:20:30 +01:00 committed by Hiroshi SHIBATA
parent 706cabb135
commit 4fe134fab9

View File

@ -150,7 +150,7 @@ module Spec
ENV["BUNDLE_PATH__SYSTEM"] = "true"
end
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install`
raise output unless $?.success?
ensure
if path