repo_cache_dir()
The directory where the git gem’s repository will be cached.
# File lib/rubygems/source/git.rb, line 174 def repo_cache_dir # :nodoc: File.join @root_dir, 'cache', 'bundler', 'git', "#{@name}-#{uri_hash}" end