diff --git a/Gemfile b/Gemfile index 67e3842a..a3550572 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem "propshaft" gem "puma", "~> 6.5.0" gem "rails-i18n", "~> 7.0.8" gem "ransack", "~> 4.2.1" -gem "redis", "~> 5.0.8" +gem "redis", "~> 5.3.0" gem "rolify", "~> 6.0.1" gem "simple_form", "~> 5.3.0" gem "stimulus-rails" diff --git a/Gemfile.lock b/Gemfile.lock index bf532341..8465d782 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,8 +257,8 @@ GEM i18n rdoc (6.8.1) psych (>= 4.0.0) - redis (5.0.8) - redis-client (>= 0.17.0) + redis (5.3.0) + redis-client (>= 0.22.0) redis-client (0.23.0) connection_pool regexp_parser (2.9.3) @@ -421,7 +421,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5) rails-i18n (~> 7.0.8) ransack (~> 4.2.1) - redis (~> 5.0.8) + redis (~> 5.3.0) rolify (~> 6.0.1) rspec-rails (~> 7.1.0) rubocop-capybara (~> 2.21)