diff --git a/bundler/UPGRADING.md b/bundler/UPGRADING.md index 16ee8d3e759e..efee3704ad23 100644 --- a/bundler/UPGRADING.md +++ b/bundler/UPGRADING.md @@ -9,7 +9,7 @@ look like. All these deprecations are printed by default in the Bundler 2.1 rele If you don't want to deal with deprecations right now and want to toggle them off, you can do it through configuration. Set the `BUNDLE_SILENCE_DEPRECATIONS` environment variable to "true", or configure it through `bundle config` either -globally through `bundle config set silence_deprecations true` command, or +globally through `bundle config set --global silence_deprecations true` command, or locally through `bundle config set --local silence_deprecations true`. From now on in this document we will assume that all three of these configuration options are available, but will only mention `bundle config set