summaryrefslogtreecommitdiff
path: root/spec/bundler/support
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-12-22 09:28:31 +0100
committergit <svn-admin@ruby-lang.org>2021-12-27 21:32:32 +0900
commitebb4044decb293fde12b2d71e822be78034b90b1 (patch)
tree5379f8e232bd39fd75e2530549a008d69507d2e3 /spec/bundler/support
parentdd022c1f768d4e633f047ec140474b985736ccc9 (diff)
downloadruby-ebb4044decb293fde12b2d71e822be78034b90b1.tar.gz
[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
Diffstat (limited to 'spec/bundler/support')
-rw-r--r--spec/bundler/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/rubygems_ext.rb b/spec/bundler/support/rubygems_ext.rb
index 62ba4d56c4..fd5f06b14f 100644
--- a/spec/bundler/support/rubygems_ext.rb
+++ b/spec/bundler/support/rubygems_ext.rb
@@ -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