[rubygems/rubygems] No need for --quiet
since we hide output by default
https://github.com/rubygems/rubygems/commit/77133a23f5
This commit is contained in:
parent
706cabb135
commit
4fe134fab9
@ -150,7 +150,7 @@ module Spec
|
||||
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
||||
end
|
||||
|
||||
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --quiet`
|
||||
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install`
|
||||
raise output unless $?.success?
|
||||
ensure
|
||||
if path
|
||||
|
Loading…
x
Reference in New Issue
Block a user