Skip to content

Commit 77133a2

Browse files
No need for --quiet since we hide output by default
1 parent 48fd2d0 commit 77133a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/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-
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
153+
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install`
154154
raise output unless $?.success?
155155
ensure
156156
if path

0 commit comments

Comments
 (0)