Skip to content

Commit af54f0f

Browse files
hsbtmatzbot
authored andcommitted
[rubygems/rubygems] Silent verbose stdout for dependency of test gems
ruby/rubygems@51854e1982
1 parent 89deb38 commit af54f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/support/rubygems_ext.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def install_gems(gemfile, path = nil)
150150
ENV["BUNDLE_PATH__SYSTEM"] = "true"
151151
end
152152

153-
puts `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --verbose`
153+
puts `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
154154
raise unless $?.success?
155155
ensure
156156
if path

0 commit comments

Comments
 (0)