From 440157b9c44337cf09c0a5e7e4f6a7f104604dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:29:39 +0000 Subject: [PATCH] Bump redis from 5.0.7 to 5.0.8 in /cosmetics-web Bumps [redis](https://github.com/redis/redis-rb) from 5.0.7 to 5.0.8. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.7...v5.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cosmetics-web/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cosmetics-web/Gemfile.lock b/cosmetics-web/Gemfile.lock index 8fdd9a0aea..2f95375783 100644 --- a/cosmetics-web/Gemfile.lock +++ b/cosmetics-web/Gemfile.lock @@ -401,9 +401,9 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbs (2.8.4) - redis (5.0.7) - redis-client (>= 0.9.0) - redis-client (0.17.0) + redis (5.0.8) + redis-client (>= 0.17.0) + redis-client (0.18.0) connection_pool regexp_parser (2.8.1) request_store (1.5.1)