# File lib/bundler/source/git/git_proxy.rb, line 44 def revision @revision ||= allowed_in_path { git("rev-parse #{ref}").strip } end