class Gem::Resolver::LockSet

def find_all req

def find_all req
  @specs.select do |spec|
    req.match? spec
  end
end