class Gem::Dependency

def <=>(other)

def <=>(other)
  name <=> other.name
end