Heads up about bundle install --deployment
Closes GH-62
This commit is contained in:
parent
54407fd2da
commit
5a488a2972
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue