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