We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89deb38 commit af54f0fCopy full SHA for af54f0f
spec/bundler/support/rubygems_ext.rb
@@ -150,7 +150,7 @@ def install_gems(gemfile, path = nil)
150
ENV["BUNDLE_PATH__SYSTEM"] = "true"
151
end
152
153
- 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`
154
raise unless $?.success?
155
ensure
156
if path
0 commit comments