summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-14 10:10:36 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-06-14 16:09:40 -0500
commite9cf5df06df18255ff322ba770d19abc4a76db75 (patch)
tree052807f4c70ec157b8a007c6a1aff5a992808d05 /man/bundle-config.ronn
parentd34a2a79fcb21ef6feca54f0fd97369125f53f1c (diff)
downloadbundler-e9cf5df06df18255ff322ba770d19abc4a76db75.tar.gz
Add `—all` flag to `bundle update`
And require it on 2+
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 18773017f8..d387350f8b 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -226,6 +226,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
Print Bundler errors to stderr
* `init_gems_rb` (`BUNDLE_NEW_GEMFILE_NAME`)
generate a new gems.rb on `bundle init` instead of the `Gemfile`
+* `update_requires_all_flag` (`BUNDLE_UPDATE_REQUIRES_ALL_FLAG`)
+ Require passing `--all` to `bundle update` when everything should be updated,
+ and disallow passing no options to `bundle update`.
In general, you should set these settings per-application by using the applicable
flag to the [bundle install(1)][bundle-install] or [bundle package(1)][bundle-package] command.