class Bundler::Source::Git::GitProxy

def revision

def revision
  @revision ||= allowed_in_path { git("rev-parse #{ref}").strip }
end