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:
parent
dd022c1f76
commit
ebb4044dec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue