From 4e679c49e8ee90f13e0c03ba3fca379f67b61150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:41:55 +0000 Subject: [PATCH] chore(deps): bump redis from 5.0.7 to 5.0.8 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] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 2907d88e8..bccf33a7c 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rake', '~> 13.0.4' # DB & Cache gem 'pg', '>= 0.18', '< 2.0' -gem 'redis', '~> 5.0.7' +gem 'redis', '~> 5.0.8' # Logger gem 'lograge', '~> 0.14.0' diff --git a/Gemfile.lock b/Gemfile.lock index bad9cb4a6..bc2e1c146 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -430,9 +430,9 @@ GEM ffi (~> 1.0) rdoc (6.5.0) psych (>= 4.0.0) - 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.17.1) connection_pool regexp_parser (2.6.1) reline (0.3.9) @@ -620,7 +620,7 @@ DEPENDENCIES rails-i18n (~> 7.0.5) rails-settings-cached (~> 2.9.4) rake (~> 13.0.4) - redis (~> 5.0.7) + redis (~> 5.0.8) rqrcode rubocop (>= 0.70) rubocop-rails