summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-12-24 17:38:44 +0100
committerSamuel Giddins <segiddins@segiddins.me>2016-12-26 14:53:47 -0600
commita7a50aba6271b4a91006d1c7eec1ebf73c6a9bf9 (patch)
tree60929aeba91a246497e5bdb5447b0f6b78fa8dfd /man
parentd3e08cd95e4180b4500273caca0e140e00a4b29c (diff)
downloadbundler-a7a50aba6271b4a91006d1c7eec1ebf73c6a9bf9.tar.gz
[Docs] Document specific_platform
Diffstat (limited to 'man')
-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 5f088f289c..3373fa38cc 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -158,6 +158,9 @@ learn more about their operation in [bundle install(1)][bundle-install].
* `force_ruby_platform` (`BUNDLE_FORCE_RUBY_PLATFORM`):
Force bundler to install the `ruby` platform version of gems, instead of
platform-specific gems.
+* `specific_platform` (`BUNDLE_SPECIFIC_PLATFORM`):
+ Allow bundler to resolve for the specific running platform and store it in
+ the lockfile, instead of only using a generic platform.
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.