aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-04 18:30:11 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit30f9fbdce87825877e41b4fbdb5d7b695f3297aa (patch)
treef5babd3d55cfd834a29e828b7c15da9aa3cac744 /spec
parentbe2dbfc5b5a9ca387baef04b5107787f047d0a71 (diff)
downloadruby-30f9fbdce87825877e41b4fbdb5d7b695f3297aa.tar.gz
Undeprecate the `--no-cache` flag
This is not a remembered option, so it shouldn't have been deprecated. At least not for that reason.
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/other/major_deprecation_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb
index fa3ea7e6fb..2ca6717827 100644
--- a/spec/bundler/other/major_deprecation_spec.rb
+++ b/spec/bundler/other/major_deprecation_spec.rb
@@ -317,7 +317,6 @@ RSpec.describe "major deprecations" do
"clean" => ["clean", true],
"deployment" => ["deployment", true],
"frozen" => ["frozen", true],
- "no-cache" => ["no_cache", true],
"no-deployment" => ["deployment", false],
"no-prune" => ["no_prune", true],
"path" => ["path", "vendor/bundle"],