diff --git a/Gemfile b/Gemfile index 37e4f07..e216448 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.3' +gem 'redis', '~> 5.4' # 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 9b74e74..140c301 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM xpath (~> 3.2) chartkick (5.1.2) concurrent-ruby (1.3.4) - connection_pool (2.4.1) + connection_pool (2.5.3) crass (1.0.6) csv (3.3.0) date (3.4.0) @@ -283,9 +283,9 @@ GEM rake (13.2.1) rdoc (6.10.0) psych (>= 4.0.0) - redis (5.3.0) + redis (5.4.0) redis-client (>= 0.22.0) - redis-client (0.22.2) + redis-client (0.24.0) connection_pool regexp_parser (2.10.0) reline (0.6.0) @@ -418,7 +418,7 @@ DEPENDENCIES puma (~> 6.6) rack-cors rails (~> 7.0.8) - redis (~> 5.3) + redis (~> 5.4) rspec-rails rubocop rubocop-rails