diff --git a/Gemfile b/Gemfile index bc042912b..7c5565c78 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,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.5.1" # Sidekiq is used to process background jobs with the help of Redis gem "sidekiq-cron", "~> 1.7" # Allows execution of scheduled cron jobs as specific times -gem "sidekiq-unique-jobs", "~> 7.1.25" # Ensures that Sidekiq jobs are unique when enqueued +gem "sidekiq-unique-jobs", "~> 7.1.26" # 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 gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement diff --git a/Gemfile.lock b/Gemfile.lock index 27937a81f..a3850416c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -824,7 +824,7 @@ GEM sidekiq-cron (1.7.0) fugit (~> 1) sidekiq (>= 4.2.1) - sidekiq-unique-jobs (7.1.25) + sidekiq-unique-jobs (7.1.26) brpoplpush-redis_script (> 0.1.1, <= 2.0.0) concurrent-ruby (~> 1.0, >= 1.0.5) sidekiq (>= 5.0, < 8.0) @@ -1084,7 +1084,7 @@ DEPENDENCIES shoulda-matchers (~> 5.1.0) sidekiq (~> 6.5.1) sidekiq-cron (~> 1.7) - sidekiq-unique-jobs (~> 7.1.25) + sidekiq-unique-jobs (~> 7.1.26) simplecov (~> 0.21.2) slack-notifier (~> 2.4) solargraph (~> 0.45) diff --git a/vendor/cache/sidekiq-unique-jobs-7.1.25.gem b/vendor/cache/sidekiq-unique-jobs-7.1.25.gem deleted file mode 100644 index e3f364306..000000000 Binary files a/vendor/cache/sidekiq-unique-jobs-7.1.25.gem and /dev/null differ diff --git a/vendor/cache/sidekiq-unique-jobs-7.1.26.gem b/vendor/cache/sidekiq-unique-jobs-7.1.26.gem new file mode 100644 index 000000000..7c0fcbf49 Binary files /dev/null and b/vendor/cache/sidekiq-unique-jobs-7.1.26.gem differ