Bump sidekiq-unique-jobs from 7.0.12 to 7.1.8 (#14995)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-11 11:11:26 -04:00 committed by GitHub
parent 7003d9154d
commit 14259a2c41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,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.2.2" # 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.12" # Ensures that Sidekiq jobs are unique when enqueued
gem "sidekiq-unique-jobs", "~> 7.1.8" # Ensures that Sidekiq jobs are unique when enqueued
gem "slack-notifier", "~> 2.4" # A slim ruby wrapper for posting to slack webhooks
gem "sprockets", "~> 4.0" # Sprockets is a Rack-based asset packaging system
gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement

View file

@ -747,11 +747,11 @@ GEM
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
sidekiq-unique-jobs (7.0.12)
sidekiq-unique-jobs (7.1.8)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 2.0)
sidekiq (>= 5.0, < 8.0)
thor (>= 0.20, < 3.0)
simple_oauth (0.3.1)
simplecov (0.21.2)
docile (~> 1.1)
@ -992,7 +992,7 @@ DEPENDENCIES
shoulda-matchers (~> 5.0.0)
sidekiq (~> 6.2.2)
sidekiq-cron (~> 1.1)
sidekiq-unique-jobs (~> 7.0.12)
sidekiq-unique-jobs (~> 7.1.8)
simplecov (~> 0.21.2)
slack-notifier (~> 2.4)
spring (~> 3.0)

Binary file not shown.

Binary file not shown.