mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: Update to RubyGems 2.2.2 prerelease to check fixes to
CI. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bd950a75b5
commit
ea2a00d785
40 changed files with 663 additions and 109 deletions
|
@ -59,6 +59,8 @@ class Gem::Resolver
|
|||
|
||||
sets = sets.map do |set|
|
||||
case set
|
||||
when Gem::Resolver::BestSet then
|
||||
set
|
||||
when Gem::Resolver::ComposedSet then
|
||||
set.sets
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue