summaryrefslogtreecommitdiff
path: root/man/bundle-config.ronn
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-08-01 13:25:10 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-08-01 19:23:54 +0900
commit932732eb387e506248adcdcc9e078c9d7fc257ab (patch)
treeee57dc665222b829fee655a3f62be8ff4a8f72db /man/bundle-config.ronn
parentdedaedcf727af38e78c51b95624d8dea3515529b (diff)
downloadbundler-932732eb387e506248adcdcc9e078c9d7fc257ab.tar.gz
[2.0] Print only version number from `bundler --version`
Fix https://github.com/bundler/bundler/issues/4706.
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r--man/bundle-config.ronn2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index dd315b9955..d9c19120a3 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -214,6 +214,8 @@ learn more about their operation in [bundle install(1)][bundle-install].
Enable Bundler's experimental plugin system.
* `prefer_gems_rb` (`BUNDLE_PREFER_GEMS_RB`)
Prefer `gems.rb` to `Gemfile` when Bundler is searching for a Gemfile.
+* `print_only_version_number` (`BUNDLE_PRINT_ONLY_VERSION_NUMBER`)
+ Print only version number from `bundler --version`.
* `redirect` (`BUNDLE_REDIRECT`):
The number of redirects allowed for network requests. Defaults to `5`.
* `retry` (`BUNDLE_RETRY`):