Skip to content

Commit

Permalink
[rubygems/rubygems] Run bundle install in verbose mode
Browse files Browse the repository at this point in the history
To see if we get more information when this fails.

rubygems/rubygems@853d33fdc3
  • Loading branch information
deivid-rodriguez authored and matzbot committed Dec 27, 2021
1 parent dd022c1 commit ebb4044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/support/rubygems_ext.rb
Expand Up @@ -119,7 +119,7 @@ def install_gems(gemfile, path = nil)
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
Expand Down

0 comments on commit ebb4044

Please sign in to comment.