mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge prepare version of RubyGems 3.2.0
This commit is contained in:
parent
6a6a24df9b
commit
4aca77edde
Notes:
git
2020-12-08 17:30:31 +09:00
134 changed files with 2002 additions and 745 deletions
|
@ -28,7 +28,7 @@ class Gem::Resolver::DependencyRequest
|
|||
when Gem::Dependency
|
||||
@dependency == other
|
||||
when Gem::Resolver::DependencyRequest
|
||||
@dependency == other.dependency && @requester == other.requester
|
||||
@dependency == other.dependency
|
||||
else
|
||||
false
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue