diff --git a/Gemfile b/Gemfile index 7453c7c6e..02baeea0a 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'pundit', '~> 2.5.2' gem 'rack-attack', '~> 6.8.0' gem 'rails', '~> 7.2.3' gem 'rails-i18n', '~> 7.0.10' -gem 'redis', '~> 5.4', '>= 5.4.1' +gem 'redis', '~> 6.0' gem 'rest-client', '~> 2.1.0' gem 'rqrcode', '~> 3.2' gem 'sentry-rails', '~> 6.3' diff --git a/Gemfile.lock b/Gemfile.lock index 2f5624bbb..31f4d2896 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM coderay (1.1.3) colorize (1.1.0) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) crass (1.0.6) cssbundling-rails (1.4.3) railties (>= 6.0.0) @@ -430,9 +430,9 @@ GEM erb psych (>= 4.0.0) tsort - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.26.4) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.11.3) reline (0.6.3) @@ -525,11 +525,11 @@ GEM sidekiq (>= 5.0) shellany (0.0.1) sidekiq (8.0.10) - connection_pool (>= 3.0.0) - json (>= 2.16.0) - logger (>= 1.7.0) - rack (>= 3.2.0) - redis-client (>= 0.26.0) + connection_pool (>= 2.5.0) + json (>= 2.9.0) + logger (>= 1.6.2) + rack (>= 3.1.0) + redis-client (>= 0.23.2) sidekiq-scheduler (6.0.1) rufus-scheduler (~> 3.2) sidekiq (>= 7.3, < 9) @@ -656,7 +656,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5) rails-i18n (~> 7.0.10) rb-readline (~> 0.5.5) - redis (~> 5.4, >= 5.4.1) + redis (~> 6.0) rest-client (~> 2.1.0) rqrcode (~> 3.2) rspec-rails (~> 8.0.2)