diff --git a/Gemfile b/Gemfile index 5b9b81b..dcaf688 100644 --- a/Gemfile +++ b/Gemfile @@ -98,7 +98,7 @@ group :production, :staging, :development, :test do gem 'rails', '~> 7.0' # Use Redis adapter to run Action Cable in production - gem 'redis', '~> 4.8' + gem 'redis', '~> 5.0' # Roles library without any authorization enforcement # Read more: https://github.com/RolifyCommunity/rolify diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..0fdff46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,7 +329,10 @@ GEM rake (13.0.6) rbs (2.6.0) rbtree (0.4.5) - redis (4.8.0) + redis (5.0.6) + redis-client (>= 0.9.0) + redis-client (0.12.1) + connection_pool reek (6.1.1) kwalify (~> 0.7.0) parser (~> 3.1.0) @@ -499,7 +502,7 @@ DEPENDENCIES rails (~> 7.0) rails_best_practices (~> 1.23) rails_real_favicon (~> 0.1.1) - redis (~> 4.8) + redis (~> 5.0) reek (~> 6.1) rolify (~> 6.0) rspec-rails (~> 5.1)