From 4e2f5354c6309a95c30f72c106ff6e602ccb6278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:08:16 +0000 Subject: [PATCH] Bump mock_redis from 0.46.0 to 0.49.0 Bumps [mock_redis](https://github.com/sds/mock_redis) from 0.46.0 to 0.49.0. - [Release notes](https://github.com/sds/mock_redis/releases) - [Changelog](https://github.com/sds/mock_redis/blob/main/CHANGELOG.md) - [Commits](https://github.com/sds/mock_redis/compare/v0.46.0...v0.49.0) --- updated-dependencies: - dependency-name: mock_redis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9e83ed0329..a265e7e818 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -408,7 +408,8 @@ GEM method_source (1.1.0) mini_mime (1.1.5) minitest (5.25.4) - mock_redis (0.46.0) + mock_redis (0.49.0) + redis (~> 5) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.6.0) @@ -571,7 +572,10 @@ GEM rdoc (6.8.1) psych (>= 4.0.0) redcarpet (3.6.0) - redis (4.8.1) + redis (5.3.0) + redis-client (>= 0.22.0) + redis-client (0.23.0) + connection_pool regexp_parser (2.9.3) reline (0.5.12) io-console (~> 0.5) @@ -663,10 +667,11 @@ GEM sidekiq (>= 3.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.3.6) + connection_pool (>= 2.3.0) + logger + rack (>= 2.2.4) + redis-client (>= 0.22.2) sidekiq-cron (2.0.1) cronex (>= 0.13.0) fugit (~> 1.8, >= 1.11.1)