From ee9afb87f24d36130820c5975d9ba548df0b4fe4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2019 11:36:36 +1100 Subject: [PATCH] DEV: Bump mock_redis from 0.19.0 to 0.22.0 (#8504) Bumps [mock_redis](https://github.com/sds/mock_redis) from 0.19.0 to 0.22.0. - [Release notes](https://github.com/sds/mock_redis/releases) - [Changelog](https://github.com/sds/mock_redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/sds/mock_redis/compare/v0.19.0...v0.22.0) Signed-off-by: dependabot-preview[bot] Mock redis update adds better parity for redis mock, we use it during tests. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 84011f156b1..fdd2b342da6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM minitest (5.13.0) mocha (1.8.0) metaclass (~> 0.0.1) - mock_redis (0.19.0) + mock_redis (0.22.0) msgpack (1.3.1) multi_json (1.14.1) multi_xml (0.6.0)