[rubygems/rubygems] Pass --verbose to realworld gem installation

In case it gives us some useful debugging output when it fails.

https://github.com/rubygems/rubygems/commit/d781416483
This commit is contained in:
David Rodríguez 2024-10-08 12:34:55 +02:00 committed by git
parent abd01d616a
commit 6bd79e53cd

View File

@ -389,7 +389,7 @@ module Spec
path = opts.fetch(:path, system_gem_path)
gems.each do |gem|
gem_command "install --no-document --install-dir #{path} #{gem}"
gem_command "install --no-document --verbose --install-dir #{path} #{gem}"
end
end