From d2c5c2f9a37aae860705f8a4062ac99682f6091e Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Mon, 22 Jan 2024 13:12:26 +0400 Subject: [PATCH] chore: [Snyk] Security upgrade sidekiq from 7.2.0 to 7.2.1 (#8748) Co-authored-by: snyk-bot --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 718e90979..0f9a1d5ba 100644 --- a/Gemfile +++ b/Gemfile @@ -114,7 +114,7 @@ gem 'sentry-ruby', require: false gem 'sentry-sidekiq', '>= 5.14.0', require: false ##-- background job processing --## -gem 'sidekiq', '>= 7.1.3' +gem 'sidekiq', '>= 7.2.1' # We want cron jobs gem 'sidekiq-cron', '>= 1.12.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8d8714fd8..08c2696c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM climate_control (1.2.0) coderay (1.1.3) commonmarker (0.23.10) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crack (0.4.5) rexml @@ -610,7 +610,7 @@ GEM ffi (~> 1.0) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.19.0) + redis-client (0.19.1) connection_pool redis-namespace (1.10.0) redis (>= 4) @@ -720,11 +720,11 @@ GEM sexp_processor (4.17.0) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - sidekiq (7.2.0) + sidekiq (7.2.1) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.14.0) + redis-client (>= 0.19.0) sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) @@ -939,7 +939,7 @@ DEPENDENCIES sentry-ruby sentry-sidekiq (>= 5.14.0) shoulda-matchers - sidekiq (>= 7.1.3) + sidekiq (>= 7.2.1) sidekiq-cron (>= 1.12.0) simplecov (= 0.17.1) slack-ruby-client (~> 2.2.0)