class Bundler::Resolver::SpecGroup

def merge(other)

def merge(other)
  return false unless equivalent?(other)
  @specs |= other.specs
  true
end