From eb76ef89297b90d86e760c4eb74aba268baf05de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:24:43 +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 d3d0473d11..114dcf7853 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 00eb91036d..fb1eda4a1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -541,9 +541,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) @@ -781,7 +781,7 @@ DEPENDENCIES rails-controller-testing rails-erd recaptcha - redis (~> 5.2) + redis (~> 5.3) rolify (~> 6.0) rspec-rails (~> 6.1.4) rubocop