class ActiveAdmin::Dependency::Matcher

def <=>(other)

def <=>(other)
  spec!.version <=> Gem::Version.create(other)
end