From 69eef5e8b386745e862e5f979ababe752e204039 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 18 Nov 2020 16:15:04 +0000 Subject: [PATCH] Revert "Build(deps): Bump redis from 4.2.2 to 4.2.3" (#11279) This reverts commit f31de2fa200e58ca25b3f9d03631287fb82dc104. This is causing `NoMethodError (undefined method `bytesize' for nil:NilClass)` in the anonymous cache. More investigation required --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 96e04e2c3c..791aa9dc7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ GEM msgpack (>= 0.4.3) optimist (>= 3.0.0) rchardet (1.8.0) - redis (4.2.3) + redis (4.2.2) redis-namespace (1.8.0) redis (>= 3.0.4) regexp_parser (1.8.2)