1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Merge the current master branch of rubygems/rubygems.

Just started to develop RubyGems 3.2.0.
This commit is contained in:
Hiroshi SHIBATA 2020-02-01 11:14:04 +09:00
parent adc3031311
commit 600a715c9b
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
54 changed files with 1236 additions and 1207 deletions

View file

@ -235,7 +235,7 @@ class Gem::RequestSet::GemDependencyAPI
return unless (groups & @without_groups).empty?
dependencies.each do |dep|
@set.gem dep.name, *dep.requirement
@set.gem dep.name, *dep.requirement.as_list
end
end