1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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:
David Rodríguez 2021-12-22 09:28:31 +01:00 committed by git
parent dd022c1f76
commit ebb4044dec

View file

@ -119,7 +119,7 @@ module Spec
ENV["BUNDLE_PATH__SYSTEM"] = "true"
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?
ensure
if path