summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-12-24 17:07:24 +0100
committerSamuel Giddins <segiddins@segiddins.me>2016-12-26 14:53:47 -0600
commite83da282fa1449570d9dced3b634860e9168dc54 (patch)
tree4da44fb3495258eebefb1c8ee00c7cb9febe8cbb
parentc73b279f919561a3133dd4fea8de59547adfd4e0 (diff)
downloadbundler-e83da282fa1449570d9dced3b634860e9168dc54.tar.gz
[Docs] Document force_ruby_platform
-rw-r--r--man/bundle-config.ronn4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index cb9fc6cc00..5f088f289c 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -155,6 +155,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
The number of redirects allowed for network requests. Defaults to `5`.
* `timeout` (`BUNDLE_TIMEOUT`):
The seconds allowed before timing out for network requests. Defaults to `10`.
+* `force_ruby_platform` (`BUNDLE_FORCE_RUBY_PLATFORM`):
+ Force bundler to install the `ruby` platform version of gems, instead of
+ platform-specific gems.
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.
@@ -236,4 +239,3 @@ This is especially useful for private repositories on hosts such as Github,
where you can use personal OAuth tokens:
export BUNDLE_GITHUB__COM=abcd0123generatedtoken:x-oauth-basic
-