summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-24 15:21:37 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-25 10:38:27 -0500
commit1f564fc439d5f50920514fe582a91b42448bc3a7 (patch)
treef7bd062f6f3980e5fdc337de1d3aacbd503997d1 /lib/bundler.rb
parent219ea82fd4c84fcf047fc4cd957147600902288e (diff)
downloadbundler-1f564fc439d5f50920514fe582a91b42448bc3a7.tar.gz
[Source::Git] Cache repos globallyseg-globally-cache-git-repos
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index edef1620e8..5eb2d1bca4 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -207,10 +207,6 @@ module Bundler
bundle_path.join("specifications")
end
- def cache
- bundle_path.join("cache/bundler")
- end
-
def user_cache
user_bundle_path.join("cache")
end