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:
parent
adc3031311
commit
600a715c9b
54 changed files with 1236 additions and 1207 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue