From 30f9fbdce87825877e41b4fbdb5d7b695f3297aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 4 Jun 2020 18:30:11 +0200 Subject: Undeprecate the `--no-cache` flag This is not a remembered option, so it shouldn't have been deprecated. At least not for that reason. --- lib/bundler/cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 8dd5315771..e8193cef14 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -250,7 +250,7 @@ module Bundler def install SharedHelpers.major_deprecation(2, "The `--force` option has been renamed to `--redownload`") if ARGV.include?("--force") - %w[clean deployment frozen no-cache no-prune path shebang system without with].each do |option| + %w[clean deployment frozen no-prune path shebang system without with].each do |option| remembered_flag_deprecation(option) end -- cgit v1.2.3