global

def base_path

def base_path
  path = explicit_path
  path ||= ".bundle" unless use_system_gems?
  path ||= Bundler.rubygems.gem_dir
  path
end