class Bundler::Source::Git

def git_proxy

def git_proxy
  @git_proxy ||= GitProxy.new(cache_path, uri, ref, cached_revision, self)
end