class Bundler::Settings

def is_bool(key)

def is_bool(key)
  %w(frozen cache_all no_prune disable_local_branch_check).include? key.to_s
end