diff --git a/Gemfile b/Gemfile index d2ea63dc89..7046860bcc 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ gem "google-api-client", ">= 0.53.0", require: false gem "net-smtp", ">= 0.3.3", require: false gem "rack-page_caching", github: "pkorenev/rack-page_caching", ref: "9ca404f" -gem "sidekiq", "~> 6.5.0" +gem "sidekiq", "~> 7.3.7" gem "sidekiq-cron" # Fix CVE errors diff --git a/Gemfile.lock b/Gemfile.lock index 61cedf85f3..cb7801fcc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -480,7 +480,7 @@ GEM ffi (~> 1.0) redis (5.3.0) redis-client (>= 0.22.0) - redis-client (0.22.2) + redis-client (0.23.0) connection_pool redis-session-store (0.11.5) actionpack (>= 6, < 8) @@ -578,10 +578,11 @@ GEM semantic_range (>= 2.3.0) shoulda-matchers (6.4.0) activesupport (>= 5.2.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.3.7) + 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) @@ -717,7 +718,7 @@ DEPENDENCIES sentry-ruby (~> 5.21.0) shakapacker (= 8.0.2) shoulda-matchers - sidekiq (~> 6.5.0) + sidekiq (~> 7.3.7) sidekiq-cron simplecov skylight (~> 6.0.4)