summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-21 09:32:21 +0900
committergit <svn-admin@ruby-lang.org>2024-11-21 02:13:07 +0000
commitaf54f0f76d0e2d2e8575eefb00e0eda0cd5f5de4 (patch)
treef21bcf96807d915a9359fdccca7cfc30e97199dc
parent89deb38736ccfb89a2de82a6087ce0723ba700e4 (diff)
[rubygems/rubygems] Silent verbose stdout for dependency of test gems
https://github.com/rubygems/rubygems/commit/51854e1982
-rw-r--r--spec/bundler/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/rubygems_ext.rb b/spec/bundler/support/rubygems_ext.rb
index 5dfc2591b7..7641f5b156 100644
--- a/spec/bundler/support/rubygems_ext.rb
+++ b/spec/bundler/support/rubygems_ext.rb
@@ -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