From c53591f0497de680db6433920245a3f5372dbf3f Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Sun, 10 Dec 2023 21:59:12 -0800 Subject: [PATCH] chore(snyk): Security upgrade sidekiq-cron from 1.11.0 to 1.12.0 (#8523) Co-authored-by: snyk-bot Co-authored-by: Pranav Raj S --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a6535890f..da78165cf 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ gem 'sentry-sidekiq', '>= 5.13.0', require: false ##-- background job processing --## gem 'sidekiq', '>= 7.1.3' # We want cron jobs -gem 'sidekiq-cron', '>= 1.11.0' +gem 'sidekiq-cron', '>= 1.12.0' ##-- Push notification service --## gem 'fcm' diff --git a/Gemfile.lock b/Gemfile.lock index f8206b635..0bced2ecf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -610,7 +610,7 @@ GEM ffi (~> 1.0) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.18.0) + redis-client (0.19.0) connection_pool redis-namespace (1.10.0) redis (>= 4) @@ -725,7 +725,7 @@ GEM connection_pool (>= 2.3.0) rack (>= 2.2.4) redis-client (>= 0.14.0) - sidekiq-cron (1.11.0) + sidekiq-cron (1.12.0) fugit (~> 1.8) globalid (>= 1.0.1) sidekiq (>= 6) @@ -940,7 +940,7 @@ DEPENDENCIES sentry-sidekiq (>= 5.13.0) shoulda-matchers sidekiq (>= 7.1.3) - sidekiq-cron (>= 1.11.0) + sidekiq-cron (>= 1.12.0) simplecov (= 0.17.1) slack-ruby-client (~> 2.2.0) spring