Bump sidekiq-cron from 1.3.0 to 1.4.0 (#17518)
Bumps [sidekiq-cron](https://github.com/ondrejbartas/sidekiq-cron) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/ondrejbartas/sidekiq-cron/releases) - [Changelog](https://github.com/ondrejbartas/sidekiq-cron/blob/master/Changes.md) - [Commits](https://github.com/ondrejbartas/sidekiq-cron/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: sidekiq-cron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
592f3c5f97
commit
df744cebb1
4 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -96,7 +96,7 @@ gem "rss", "~> 0.2.9" # Ruby's standard library for RSS
|
|||
gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip files
|
||||
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
|
||||
gem "sidekiq", "~> 6.4.2" # Sidekiq is used to process background jobs with the help of Redis
|
||||
gem "sidekiq-cron", "~> 1.3" # Allows execution of scheduled cron jobs as specific times
|
||||
gem "sidekiq-cron", "~> 1.4" # Allows execution of scheduled cron jobs as specific times
|
||||
gem "sidekiq-unique-jobs", "~> 7.1.19" # Ensures that Sidekiq jobs are unique when enqueued
|
||||
gem "slack-notifier", "~> 2.4" # A slim ruby wrapper for posting to slack webhooks
|
||||
gem "sprockets-rails", "~> 3.4" # Sprockets Rails integration
|
||||
|
|
|
|||
|
|
@ -803,8 +803,8 @@ GEM
|
|||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
sidekiq-cron (1.3.0)
|
||||
fugit (>= 1.1)
|
||||
sidekiq-cron (1.4.0)
|
||||
fugit (~> 1)
|
||||
sidekiq (>= 4.2.1)
|
||||
sidekiq-unique-jobs (7.1.19)
|
||||
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
|
||||
|
|
@ -1065,7 +1065,7 @@ DEPENDENCIES
|
|||
sassc-rails (~> 2.1.2)
|
||||
shoulda-matchers (~> 5.1.0)
|
||||
sidekiq (~> 6.4.2)
|
||||
sidekiq-cron (~> 1.3)
|
||||
sidekiq-cron (~> 1.4)
|
||||
sidekiq-unique-jobs (~> 7.1.19)
|
||||
simplecov (~> 0.21.2)
|
||||
slack-notifier (~> 2.4)
|
||||
|
|
|
|||
BIN
vendor/cache/sidekiq-cron-1.3.0.gem
vendored
BIN
vendor/cache/sidekiq-cron-1.3.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/sidekiq-cron-1.4.0.gem
vendored
Normal file
BIN
vendor/cache/sidekiq-cron-1.4.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue