aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5f088f28..3373fa38 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 d5b77d67..91e9b671 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