summaryrefslogtreecommitdiff
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
parentd3e08cd95e4180b4500273caca0e140e00a4b29c (diff)
downloadbundler-a7a50aba6271b4a91006d1c7eec1ebf73c6a9bf9.tar.gz
[Docs] Document specific_platform
-rw-r--r--man/bundle-config.ronn3
-rw-r--r--spec/quality_spec.rb1
2 files changed, 3 insertions, 1 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.
diff --git a/spec/quality_spec.rb b/spec/quality_spec.rb
index d5b77d67e6..91e9b67158 100644
--- a/spec/quality_spec.rb
+++ b/spec/quality_spec.rb
@@ -208,7 +208,6 @@ describe "The library itself" do
no_prune
shebang
silence_root_warning
- specific_platform
ssl_verify_mode
system_bindir
user_agent