class Bundler::Source::Git

def git_proxy

def git_proxy
  @git_proxy ||= GitProxy.new(cache_path, uri, ref, cached_revision){ allow_git_ops? }
end