diff --git a/Gemfile b/Gemfile index 8f8b4f6bc..f973a56ec 100644 --- a/Gemfile +++ b/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.4.0" # 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.1.12" # Ensures that Sidekiq jobs are unique when enqueued +gem "sidekiq-unique-jobs", "~> 7.1.14" # 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 diff --git a/Gemfile.lock b/Gemfile.lock index 0968cd23a..5733b00b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -766,7 +766,7 @@ GEM sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) - sidekiq-unique-jobs (7.1.12) + sidekiq-unique-jobs (7.1.14) brpoplpush-redis_script (> 0.1.1, <= 2.0.0) concurrent-ruby (~> 1.0, >= 1.0.5) sidekiq (>= 5.0, < 8.0) @@ -1021,7 +1021,7 @@ DEPENDENCIES shoulda-matchers (~> 5.1.0) sidekiq (~> 6.4.0) sidekiq-cron (~> 1.1) - sidekiq-unique-jobs (~> 7.1.12) + sidekiq-unique-jobs (~> 7.1.14) simplecov (~> 0.21.2) slack-notifier (~> 2.4) solargraph (~> 0.44) diff --git a/vendor/cache/sidekiq-unique-jobs-7.1.12.gem b/vendor/cache/sidekiq-unique-jobs-7.1.12.gem deleted file mode 100644 index 78d7a4c10..000000000 Binary files a/vendor/cache/sidekiq-unique-jobs-7.1.12.gem and /dev/null differ diff --git a/vendor/cache/sidekiq-unique-jobs-7.1.14.gem b/vendor/cache/sidekiq-unique-jobs-7.1.14.gem new file mode 100644 index 000000000..b97a7db9c Binary files /dev/null and b/vendor/cache/sidekiq-unique-jobs-7.1.14.gem differ