lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb in rubygems-update-3.2.7 vs lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb in rubygems-update-3.2.8

- old
+ new

@@ -24,9 +24,16 @@ with_no_such_dependency_error_handling do specification_provider.requirement_satisfied_by?(requirement, activated, spec) end end + # (see Gem::Resolver::Molinillo::SpecificationProvider#dependencies_equal?) + def dependencies_equal?(dependencies, other_dependencies) + with_no_such_dependency_error_handling do + specification_provider.dependencies_equal?(dependencies, other_dependencies) + end + end + # (see Gem::Resolver::Molinillo::SpecificationProvider#name_for) def name_for(dependency) with_no_such_dependency_error_handling do specification_provider.name_for(dependency) end