diff --git a/Gemfile b/Gemfile index 30ee712..acd2c74 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", "~> 4.6" +gem "redis", "~> 4.7" # 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 54f7a83..08bac82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - redis (4.6.0) + redis (4.7.0) regexp_parser (2.5.0) reline (0.3.1) io-console (~> 0.5) @@ -289,7 +289,7 @@ DEPENDENCIES puma (~> 5.6) rack-mini-profiler rails (~> 7.0.3) - redis (~> 4.6) + redis (~> 4.7) rspec-rails rubocop-rails rubocop-rspec