[rubygems/rubygems] Silent verbose stdout for dependency of test gems

https://github.com/rubygems/rubygems/commit/51854e1982
This commit is contained in:
Hiroshi SHIBATA 2024-11-21 09:32:21 +09:00 committed by git
parent 89deb38736
commit af54f0f76d

View File

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