From 36a127ad9054349389208331edc687664980b07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 28 Aug 2020 19:00:48 +0200 Subject: [PATCH] Note default change in documentation --- bundler/man/bundle-config.1 | 2 +- bundler/man/bundle-config.1.txt | 3 ++- bundler/man/bundle-config.ronn | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bundler/man/bundle-config.1 b/bundler/man/bundle-config.1 index 86556dc73a2a..6748d87d87a1 100644 --- a/bundler/man/bundle-config.1 +++ b/bundler/man/bundle-config.1 @@ -154,7 +154,7 @@ The following is a list of all configuration keys and their purpose\. You can le \fBbin\fR (\fBBUNDLE_BIN\fR): Install executables from gems in the bundle to the specified directory\. Defaults to \fBfalse\fR\. . .IP "\(bu" 4 -\fBcache_all\fR (\fBBUNDLE_CACHE_ALL\fR): Cache all gems, including path and git gems\. +\fBcache_all\fR (\fBBUNDLE_CACHE_ALL\fR): Cache all gems, including path and git gems\. This needs to be explicitly configured on bundler 1 and bundler 2, but will be the default on bundler 3\. . .IP "\(bu" 4 \fBcache_all_platforms\fR (\fBBUNDLE_CACHE_ALL_PLATFORMS\fR): Cache gems for all platforms\. diff --git a/bundler/man/bundle-config.1.txt b/bundler/man/bundle-config.1.txt index 09023cfea63d..c45e1afa5b56 100644 --- a/bundler/man/bundle-config.1.txt +++ b/bundler/man/bundle-config.1.txt @@ -180,7 +180,8 @@ LIST OF AVAILABLE KEYS the specified directory. Defaults to false. o cache_all (BUNDLE_CACHE_ALL): Cache all gems, including path and - git gems. + git gems. This needs to be explicitly configured on bundler 1 and + bundler 2, but will be the default on bundler 3. o cache_all_platforms (BUNDLE_CACHE_ALL_PLATFORMS): Cache gems for all platforms. diff --git a/bundler/man/bundle-config.ronn b/bundler/man/bundle-config.ronn index a2cb42bc359c..7828997047ae 100644 --- a/bundler/man/bundle-config.ronn +++ b/bundler/man/bundle-config.ronn @@ -150,7 +150,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). Install executables from gems in the bundle to the specified directory. Defaults to `false`. * `cache_all` (`BUNDLE_CACHE_ALL`): - Cache all gems, including path and git gems. + Cache all gems, including path and git gems. This needs to be explicitly + configured on bundler 1 and bundler 2, but will be the default on bundler 3. * `cache_all_platforms` (`BUNDLE_CACHE_ALL_PLATFORMS`): Cache gems for all platforms. * `cache_path` (`BUNDLE_CACHE_PATH`):