diff --git a/Gemfile b/Gemfile index 3e3e5f4ef9..da9f93eade 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 ee194df0c6..0fc6559189 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