[rubygems/rubygems] Run bundle install
in verbose mode
To see if we get more information when this fails. https://github.com/rubygems/rubygems/commit/853d33fdc3
This commit is contained in:
parent
dd022c1f76
commit
ebb4044dec
@ -119,7 +119,7 @@ module Spec
|
|||||||
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
ENV["BUNDLE_PATH__SYSTEM"] = "true"
|
||||||
end
|
end
|
||||||
|
|
||||||
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install`
|
output = `#{Gem.ruby} #{File.expand_path("support/bundle.rb", Path.spec_dir)} install --verbose`
|
||||||
raise "Error when installing gems in #{gemfile}: #{output}" unless $?.success?
|
raise "Error when installing gems in #{gemfile}: #{output}" unless $?.success?
|
||||||
ensure
|
ensure
|
||||||
if path
|
if path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user