class Bundler::Settings

def without=(array)

def without=(array)
  self[:without] = array.join(":")
end