summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-09-08 04:12:51 +0900
committerHomu <homu@barosl.com>2016-09-08 04:12:51 +0900
commit4831acfd87ef3a4aa82cb5bcc70ea22af059c0ac (patch)
tree9e2120fb913f6aa05848dd188892b41fbec6dce2
parenta33112cc1e21c02aae06e771960bba08f4cc1cbb (diff)
parent96bdba7686ca39b41eebde7533148f92aee2260a (diff)
downloadbundler-4831acfd87ef3a4aa82cb5bcc70ea22af059c0ac.tar.gz
Auto merge of #4949 - bundler:seg-doc-config-default-cache-path, r=segiddins
Document the default value for the cache_path setting Closes #4947. Default taken from https://github.com/bundler/bundler/blob/96bdba7686ca39b41eebde7533148f92aee2260a/lib/bundler/settings.rb#L210
-rw-r--r--man/bundle-config.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 3ea6d10973..dc701c584f 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -142,7 +142,7 @@ learn more about their operation in [bundle install(1)][bundle-install].
and key in PEM format.
* `cache_path` (`BUNDLE_CACHE_PATH`): The directory that bundler will place
cached gems in when running <code>bundle package</code>, and that bundler
- will look in when installing gems.
+ will look in when installing gems. Defaults to `vendor/bundle`.
* `disable_multisource` (`BUNDLE_DISABLE_MULTISOURCE`): When set, Gemfiles
containing multiple sources will produce errors instead of warnings. Use
`bundle config --delete disable_multisource` to unset.