diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-21 20:52:25 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-08-26 11:46:05 +0200 |
commit | b4cc36deb9749fba603d149e2b8e71b10cb331f1 (patch) | |
tree | 7d67d2e6df14b12a1e06a8166f5339eaf7d2f122 /man/bundle-config.ronn | |
parent | 13cef81582858af9509726f3a24a817cf029ad9b (diff) | |
download | bundler-b4cc36deb9749fba603d149e2b8e71b10cb331f1.tar.gz |
Revert "Remove now meaningless setting"
This reverts commit 52c5a0eedec34b5d86464b3cf135dc2002486f1d.
Diffstat (limited to 'man/bundle-config.ronn')
-rw-r--r-- | man/bundle-config.ronn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 069f3b95fd..75b389e7e3 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -179,6 +179,8 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). When set, Gemfiles containing multiple sources will produce errors instead of warnings. Use `bundle config unset disable_multisource` to unset. +* `disable_platform_warnings` (`BUNDLE_DISABLE_PLATFORM_WARNINGS`): + Disable warnings during bundle install when a dependency is unused on the current platform. * `disable_shared_gems` (`BUNDLE_DISABLE_SHARED_GEMS`): Stop Bundler from accessing gems installed to RubyGems' normal location. * `disable_version_check` (`BUNDLE_DISABLE_VERSION_CHECK`): |