[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:
parent
abd01d616a
commit
6bd79e53cd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user