diff --git a/Gemfile b/Gemfile index 61ad48ceb..d7f9f2745 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "rmagick" gem "ruby-vips" gem "sentry-rails" gem "sentry-ruby" -gem "sidekiq", "<7" +gem "sidekiq", "<8" gem "sidekiq-cron" gem "sitemap_generator" gem "validate_url" diff --git a/Gemfile.lock b/Gemfile.lock index d316bc75e..54797addd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -453,7 +453,8 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) redcarpet (3.6.0) - redis (4.8.1) + redis-client (0.22.2) + connection_pool regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) @@ -543,10 +544,12 @@ GEM concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (6.4.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.3.2) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + logger + rack (>= 2.2.4) + redis-client (>= 0.22.2) sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) @@ -686,7 +689,7 @@ DEPENDENCIES sentry-rails sentry-ruby shoulda-matchers - sidekiq (< 7) + sidekiq (< 8) sidekiq-cron site_prism sitemap_generator