bundle install –deployment –without development testの警告

bundle install --deployment --without development test
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set deployment 'true'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set without 'development test'`, and stop using this flag
[非推奨] `--deployment`フラグは、バンドラーの呼び出し間で記憶されることに依存しているため非推奨です。これは、今後のバージョンではバンドラーが実行しなくなります。代わりに、 `bundle config set deployment 'true'`を使用して、このフラグの使用を停止してください
[非推奨] `--without`フラグは、バンドラーの呼び出し間で記憶されることに依存しているため非推奨です。これは、今後のバージョンではバンドラーが実行しなくなります。代わりに、「開発テストなしでバンドル構成セット」を使用し、このフラグの使用を停止してください