diff --git a/Gemfile b/Gemfile index 412deda..3756934 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "omniauth-rails_csrf_protection" # Use Redis adapter to run Action Cable in production gem "redis", ">= 4.0.1" -gem "redis-client", "~> 0.14" +gem "redis-client", "~> 0.23" # 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 3857bf6..e64e672 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -382,7 +382,7 @@ GEM psych (>= 4.0.0) redis (5.3.0) redis-client (>= 0.22.0) - redis-client (0.22.2) + redis-client (0.23.0) connection_pool reek (1.3.6) ruby2ruby (~> 2.0.7) @@ -588,7 +588,7 @@ DEPENDENCIES rails (~> 7.2.1) rails-controller-testing redis (>= 4.0.1) - redis-client (~> 0.14) + redis-client (~> 0.23) rspec-rails rubocop rubocop-performance