class Bundler::Settings

def without=(array)

def without=(array)
  self[:without] = (array.empty? ? nil : array.join(":")) if array
end