summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorTomoki Aonuma <uasi@uasi.jp>2019-07-10 23:19:14 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commit502ad4d39103f91bea96be5c8247057dd39f21e2 (patch)
treed4a096a8e2ad10b55563d2137b77f840a57e0034 /man/bundle-config.ronn
parent3b61019a89c366e50db908ccf25a9156bc500a5f (diff)
[bundler/bundler] Document upcoming changes to remembered options
https://github.com/bundler/bundler/commit/a1c97fd7c3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2366
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn11
1 files changed, 7 insertions, 4 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index ffecc12f69..069f3b95fd 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -51,10 +51,13 @@ config unset disable_multisource` downgrades this error to a warning.
## REMEMBERING OPTIONS
-Flags passed to `bundle install` or the Bundler runtime,
-such as `--path foo` or `--without production`, are not remembered between commands.
-If these options must be remembered, they must be set using `bundle config`
-(e.g., `bundle config set path foo`).
+Flags passed to `bundle install` or the Bundler runtime, such as `--path foo` or
+`--without production`, are remembered between commands and saved to your local
+application's configuration (normally, `./.bundle/config`).
+
+However, this will be changed in bundler 3, so it's better not to rely on this
+behavior. If these options must be remembered, it's better to set them using
+`bundle config` (e.g., `bundle config set path foo`).
The options that can be configured are: