chore: [Snyk] Security upgrade sidekiq-cron from 1.10.1 to 1.11.0 (#8294)

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Sojan Jose
2023-11-07 21:02:04 -08:00
committed by GitHub
parent e54c8a857d
commit f891cfbf47
2 changed files with 5 additions and 5 deletions

View File

@@ -116,7 +116,7 @@ gem 'sentry-sidekiq', '>= 5.12.0', require: false
##-- background job processing --##
gem 'sidekiq', '>= 7.1.3'
# We want cron jobs
gem 'sidekiq-cron', '>= 1.10.1'
gem 'sidekiq-cron', '>= 1.11.0'
##-- Push notification service --##
gem 'fcm'