Bump sidekiq-unique-jobs from 7.0.0 to 7.0.1 (#12416)
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases) - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.0.0...v7.0.1) 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
b8be2edb49
commit
0e2bd76122
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -96,7 +96,7 @@ gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip
|
|||
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
|
||||
gem "sidekiq", "~> 6.1.3" # Sidekiq is used to process background jobs with the help of Redis
|
||||
gem "sidekiq-cron", "~> 1.1" # Allows execution of scheduled cron jobs as specific times
|
||||
gem "sidekiq-unique-jobs", "~> 7.0.0" # Ensures that Sidekiq jobs are unique when enqueued
|
||||
gem "sidekiq-unique-jobs", "~> 7.0.1" # Ensures that Sidekiq jobs are unique when enqueued
|
||||
gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML Sitemap generator
|
||||
gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhooks
|
||||
gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system
|
||||
|
|
|
|||
|
|
@ -718,7 +718,7 @@ GEM
|
|||
sidekiq-cron (1.2.0)
|
||||
fugit (~> 1.1)
|
||||
sidekiq (>= 4.2.1)
|
||||
sidekiq-unique-jobs (7.0.0)
|
||||
sidekiq-unique-jobs (7.0.1)
|
||||
brpoplpush-redis_script (> 0.0.0, <= 2.0.0)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.5)
|
||||
sidekiq (>= 5.0, < 7.0)
|
||||
|
|
@ -961,7 +961,7 @@ DEPENDENCIES
|
|||
shoulda-matchers (~> 4.5.1)
|
||||
sidekiq (~> 6.1.3)
|
||||
sidekiq-cron (~> 1.1)
|
||||
sidekiq-unique-jobs (~> 7.0.0)
|
||||
sidekiq-unique-jobs (~> 7.0.1)
|
||||
simplecov (~> 0.21.2)
|
||||
sitemap_generator (~> 6.1)
|
||||
slack-notifier (~> 2.3)
|
||||
|
|
|
|||
BIN
vendor/cache/sidekiq-unique-jobs-7.0.0.gem
vendored
BIN
vendor/cache/sidekiq-unique-jobs-7.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/sidekiq-unique-jobs-7.0.1.gem
vendored
Normal file
BIN
vendor/cache/sidekiq-unique-jobs-7.0.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue