fix: sidekiq cron deprecation warnings (#4581)

Updates sidekiq-cron to fix the deprecation warnings

Fixes #4090
This commit is contained in:
Shivam Chahar
2022-04-29 00:43:10 +05:30
committed by GitHub
parent e5136c2691
commit b5e0921d0d
2 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ gem 'sentry-sidekiq'
##-- background job processing --##
gem 'sidekiq', '~> 6.4.0'
# We want cron jobs
gem 'sidekiq-cron'
gem 'sidekiq-cron', '~> 1.3'
##-- Push notification service --##
gem 'fcm'