aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAndré Arko <mail@arko.net>2015-06-23 21:37:20 -0700
committerAndré Arko <mail@arko.net>2015-06-23 21:37:20 -0700
commite3b76d12fea1b7645ca5f65ee3b60da4317a6664 (patch)
tree3f602f8444a27d5aff2f14933682bf12041a8e2f /man
parentab6f7aa8a3d8e15670a41f70ca803639798a4609 (diff)
parent9b502a2464a3f38959484d6d1de26488a3da7d63 (diff)
downloadbundler-e3b76d12fea1b7645ca5f65ee3b60da4317a6664.tar.gz
Merge pull request #3689 from jrafanie/clarify_bundle_path_doc
Clarify BUNDLE_PATH documentation.
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 1a923085..21e319fe 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -84,8 +84,10 @@ The following is a list of all configuration keys and their purpose. You can
learn more about their operation in [bundle install(1)][bundle-install].
* `path` (`BUNDLE_PATH`):
- The location on disk to install gems. Defaults to `$GEM_HOME` in development
- and `vendor/bundle` when `--deployment` is used
+ The location on disk where all gems in your bundle will be located regardless
+ of `$GEM_HOME` or `$GEM_PATH` values. Bundle gems not found in this location
+ will be installed by bundle install. Defaults to `Gem.dir`. When --deployment is
+ used, defaults to vendor/bundle.
* `frozen` (`BUNDLE_FROZEN`):
Disallow changes to the `Gemfile`. Defaults to `true` when `--deployment`
is used.