diff --git a/Gemfile b/Gemfile index 508bfb47..76cfee11 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :development do gem "web-console" end -gem "sidekiq", "~> 6.5" +gem "sidekiq", "~> 7.2" gem "sidekiq-cron", "~> 1.10" diff --git a/Gemfile.lock b/Gemfile.lock index d5c546ab..5eabe124 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -362,7 +362,8 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.1.0) - redis (4.8.1) + redis-client (0.18.0) + connection_pool regexp_parser (2.8.1) reline (0.3.4) io-console (~> 0.5) @@ -448,10 +449,11 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (6.5.12) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.2.0) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (1.10.1) fugit (~> 1.8) globalid (>= 1.0.1) @@ -543,7 +545,7 @@ DEPENDENCIES scenic sentry-rails (~> 5.12) shoulda-matchers (~> 5.0) - sidekiq (~> 6.5) + sidekiq (~> 7.2) sidekiq-cron (~> 1.10) simplecov tzinfo-data