# File lib/bundler/index.rb, line 31 def self.application_cached_gems path = "#{Bundler.root}/vendor/cache" if File.directory?(path) from_cached_specs(path) end end