diff --git a/Gemfile b/Gemfile index 95c9029..7accd24 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'stimulus-rails' gem 'jbuilder' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 5.2' +gem 'redis', '~> 5.3' # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" diff --git a/Gemfile.lock b/Gemfile.lock index 2515f84..dc3735c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,9 +277,9 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.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.0) @@ -412,7 +412,7 @@ DEPENDENCIES puma (~> 6.4) rack-cors rails (~> 7.0.8) - redis (~> 5.2) + redis (~> 5.3) rspec-rails rubocop rubocop-rails