diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-12-24 17:38:44 +0100 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-12-26 14:53:47 -0600 |
commit | a7a50aba6271b4a91006d1c7eec1ebf73c6a9bf9 (patch) | |
tree | 60929aeba91a246497e5bdb5447b0f6b78fa8dfd /man/bundle-config.ronn | |
parent | d3e08cd95e4180b4500273caca0e140e00a4b29c (diff) | |
download | bundler-a7a50aba6271b4a91006d1c7eec1ebf73c6a9bf9.tar.gz |
[Docs] Document specific_platform
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r-- | man/bundle-config.ronn | 3 |
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. |