[前][次][番号順一覧][スレッド一覧]

ruby-changes:70623

From: David <ko1@a...>
Date: Mon, 27 Dec 2021 21:32:45 +0900 (JST)
Subject: [ruby-changes:70623] ebb4044dec (master): [rubygems/rubygems] Run `bundle install` in verbose mode

https://git.ruby-lang.org/ruby.git/commit/?id=ebb4044dec

From ebb4044decb293fde12b2d71e822be78034b90b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Wed, 22 Dec 2021 09:28:31 +0100
Subject: [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
---
 spec/bundler/support/rubygems_ext.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/bundler/support/rubygems_ext.rb b/spec/bundler/support/rubygems_ext.rb
index 62ba4d56c48..fd5f06b14f4 100644
--- a/spec/bundler/support/rubygems_ext.rb
+++ b/spec/bundler/support/rubygems_ext.rb
@@ -119,7 +119,7 @@ module Spec https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/rubygems_ext.rb#L119
         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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]