summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-19 15:42:02 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-02 15:09:16 +0200
commit2ab5d52646b75c6ff5b25ea70cfe797077be86db (patch)
treeea5fe9f9c635a29bd0c048af2d1f237253b0a04e /man/bundle-config.ronn
parent5e8243ba4845bd87238eb9dfb8ca765683f9229f (diff)
downloadbundler-2ab5d52646b75c6ff5b25ea70cfe797077be86db.tar.gz
Suppress `Using …` messages during installation when a version has not changed
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 4085d2726c..785229e59a 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -243,6 +243,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `skip_default_git_sources` (`BUNDLE_SKIP_DEFAULT_GIT_SOURCES`):
Whether Bundler should skip adding default git source shortcuts to the
Gemfile DSL.
+* `suppress_install_using_messages` (`BUNDLE_SUPPRESS_INSTALL_USING_MESSAGES`):
+ Avoid printing `Using ...` messages during installation when the version of
+ a gem has not changed.
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.