class Bundler::RubygemsIntegration

def gem_cache

def gem_cache
  gem_path.map {|p| File.expand_path("cache", p) }
end