Skip to content

Commit 7d19e6c

Browse files
Clarify vendor/cache changes
Make it more clear that gems will only be added if there's an existing `vendor/cache` directory.
1 parent 19f4aea commit 7d19e6c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/bundler/UPGRADING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ Bundler will refuse to run otherwise.
160160

161161
* Git and Path gems will be included in `vendor/cache` by default
162162

163-
We're unsure why these gems were treated specially so we'll start caching them
164-
normally.
163+
If you have a `vendor/cache` directory (to support offline scenarios, for
164+
example), Bundler will start including gems from `path` and `git` sources in
165+
there. We're unsure why these gems were treated specially so we'll start
166+
caching them normally.
165167

166168
* Bundler will use cached local data if available when network issues are found
167169
during resolution.

0 commit comments

Comments
 (0)