class Bundler::SpecSet

def -(other)

def -(other)
  SpecSet.new(to_a - other.to_a)
end