diff --git a/Gemfile b/Gemfile index 2ca8559..54068af 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'webpacker', '5.4.3' # Use Redis adapter to run Action Cable in production -gem 'redis', '~> 4.6' +gem 'redis', '~> 5.0' # Use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1.17' diff --git a/Gemfile.lock b/Gemfile.lock index d6dec23..118462f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,10 @@ GEM execjs railties (>= 3.2) tilt - redis (4.8.0) + redis (5.0.8) + redis-client (>= 0.17.0) + redis-client (0.17.1) + connection_pool regexp_parser (2.6.1) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -338,7 +341,7 @@ DEPENDENCIES rails (= 5.2.6.2) rails-controller-testing react-rails (= 2.6.2) - redis (~> 4.6) + redis (~> 5.0) rspec-rails sassc-rails (~> 2.1.2) selenium-webdriver