class Bundler::PubGrub::VersionConstraint

def allows_any?(other)

def allows_any?(other)
  range.intersects?(other.range)
end