class Dependabot::Package::PackageRelease

def ==(other)

def ==(other)
  return false unless other.is_a?(PackageRelease)
  version == other.version
end