From b2cb55237c487bd67b61034e5b4cdfc86923421f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:22:25 +0000 Subject: [PATCH] build(deps): bump redis from 5.2.0 to 5.3.0 Bumps [redis](https://github.com/redis/redis-rb) from 5.2.0 to 5.3.0. - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.2.0...v5.3.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8bc1e4f459..4475cb6985 100644 --- a/Gemfile +++ b/Gemfile @@ -215,6 +215,6 @@ if %w(mingw mswin x64_mingw jruby).include?(RUBY_PLATFORM) end # Use Redis for Action Cable -gem "redis", "~> 5.2" +gem "redis", "~> 5.3" gem "importmap-rails", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 54039a468f..c86b12df75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -540,9 +540,9 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) recaptcha (5.17.0) - redis (5.2.0) + redis (5.3.0) redis-client (>= 0.22.0) - redis-client (0.22.1) + redis-client (0.22.2) connection_pool regexp_parser (2.9.2) reline (0.5.9) @@ -780,7 +780,7 @@ DEPENDENCIES rails-controller-testing rails-erd recaptcha - redis (~> 5.2) + redis (~> 5.3) rolify (~> 6.0) rspec-rails (~> 6.1.3) rubocop