diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-02-21 13:42:30 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-02-21 16:32:24 +0100 |
commit | fda9db6b3cd5af72f4d11927116ca5f027c16eb4 (patch) | |
tree | b874f7de6616779776bb4703976095a403a6b4b0 /man | |
parent | 85f194d805a13f1e920ebc6e0e372345b5890be8 (diff) | |
download | bundler-fda9db6b3cd5af72f4d11927116ca5f027c16eb4.tar.gz |
Rename major_deprecations to silence_deprecationsdeprecation_changes
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-config.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn index 64f0fea743..0b61cbeca0 100644 --- a/man/bundle-config.ronn +++ b/man/bundle-config.ronn @@ -210,9 +210,6 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). The number of gems Bundler can install in parallel. Defaults to 1. * `list_command` (`BUNDLE_LIST_COMMAND`) Enable new list command feature -* `major_deprecations` (`BUNDLE_MAJOR_DEPRECATIONS`): - Whether Bundler should print deprecation warnings for behavior that will - be changed in the next major version. * `no_install` (`BUNDLE_NO_INSTALL`): Whether `bundle package` should skip installing gems. * `no_prune` (`BUNDLE_NO_PRUNE`): @@ -247,6 +244,9 @@ learn more about their operation in [bundle install(1)](bundle-install.1.html). * `shebang` (`BUNDLE_SHEBANG`): The program name that should be invoked for generated binstubs. Defaults to the ruby install name used to generate the binstub. +* `silence_deprecations` (`BUNDLE_SILENCE_DEPRECATIONS`): + Whether Bundler should silence deprecation warnings for behavior that will + be changed in the next major version. * `silence_root_warning` (`BUNDLE_SILENCE_ROOT_WARNING`): Silence the warning Bundler prints when installing gems as root. * `skip_default_git_sources` (`BUNDLE_SKIP_DEFAULT_GIT_SOURCES`): |