From ac45688668b4f8a82502a187432e6880c7013752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 23:21:20 +0000 Subject: [PATCH] Bump redis from 5.0.6 to 5.1.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.6 to 5.1.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.6...v5.1.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1395232..3a11054 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem "devise" # Admin gem "activeadmin" # Use Redis adapter to run Action Cable in production -gem "redis", "~> 5.0" +gem "redis", "~> 5.1" # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index e714b2d..3bd5aa6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM childprocess (4.1.0) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.1) crass (1.0.6) cuprite (0.14.3) capybara (~> 3.0) @@ -384,9 +384,9 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.6.0) - redis (5.0.6) - redis-client (>= 0.9.0) - redis-client (0.12.1) + redis (5.1.0) + redis-client (>= 0.17.0) + redis-client (0.19.1) connection_pool regexp_parser (2.7.0) reline (0.3.3) @@ -612,7 +612,7 @@ DEPENDENCIES rails (~> 6.1.4) ransack redcarpet (~> 3.6) - redis (~> 5.0) + redis (~> 5.1) rspec-rails rubocop (~> 1.42.0) rubocop-rails