mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update Rubygems 2.6.10
*2ee5bf9fd3
*be510dd409
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6219b68fb5
commit
5d43821536
22 changed files with 235 additions and 56 deletions
|
@ -44,7 +44,7 @@ module Kernel
|
|||
spec = Gem.find_unresolved_default_spec(path)
|
||||
if spec
|
||||
Gem.remove_unresolved_default_spec(spec)
|
||||
gem(spec.name)
|
||||
Kernel.send(:gem, spec.name)
|
||||
end
|
||||
|
||||
# If there are no unresolved deps, then we can use just try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue