From 5a488a2972992cab698a8d0f2e72a55644a0ce8e Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 7 Dec 2013 12:47:34 -0200 Subject: [PATCH] Heads up about `bundle install --deployment` Closes GH-62 --- docs/buckets/rubygems.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/buckets/rubygems.md b/docs/buckets/rubygems.md index ffdf8cc..4396259 100644 --- a/docs/buckets/rubygems.md +++ b/docs/buckets/rubygems.md @@ -14,3 +14,9 @@ Vagrant.configure("2") do |config| config.cache.enable :gem end ``` + +## Heads up about `bundle install --deployment` + +Please note that when the `--deployment` flag is passed on to `bundle install` +your gems **will not be cached** since bundler ends up skipping the default gem +cache dir. For more information about this, please check [GH-62](https://github.com/fgrehm/vagrant-cachier/issues/62).