class Gem::Resolver::GitSet

def find_all(req)

def find_all(req)
  prefetch nil
  specs.values.select do |spec|
    req.match? spec
  end
end