]> cat aescling's git repositories - mastodon.git/commitdiff
Bump sidekiq-unique-jobs from 7.0.12 to 7.1.1 (#16450)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 30 Jun 2021 15:45:49 +0000 (00:45 +0900)
committerGitHub <noreply@github.com>
Wed, 30 Jun 2021 15:45:49 +0000 (00:45 +0900)
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.0.12 to 7.1.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.12...v7.1.1)

---
updated-dependencies:
- dependency-name: sidekiq-unique-jobs
  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>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 1ca448c7ad5731ce2b5a1fa841c9cd9166454b36..3181d48e9d89a8250c420db3d043bfa9757a3c85 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -81,7 +81,7 @@ gem 'sanitize', '~> 5.2'
 gem 'scenic', '~> 1.5'
 gem 'sidekiq', '~> 6.2'
 gem 'sidekiq-scheduler', '~> 3.1'
-gem 'sidekiq-unique-jobs', '~> 7.0'
+gem 'sidekiq-unique-jobs', '~> 7.1'
 gem 'sidekiq-bulk', '~>0.2.0'
 gem 'simple-navigation', '~> 4.3'
 gem 'simple_form', '~> 5.1'
index f4c99821324e2c10b66a29ceebe7e46e28ab77c7..1e1bee05bebfe147b7acaf105775976e9c2c2b8d 100644 (file)
@@ -569,7 +569,7 @@ GEM
       sidekiq (>= 3)
       thwait
       tilt (>= 1.4.0)
-    sidekiq-unique-jobs (7.0.12)
+    sidekiq-unique-jobs (7.1.1)
       brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
       concurrent-ruby (~> 1.0, >= 1.0.5)
       sidekiq (>= 5.0, < 7.0)
@@ -777,7 +777,7 @@ DEPENDENCIES
   sidekiq (~> 6.2)
   sidekiq-bulk (~> 0.2.0)
   sidekiq-scheduler (~> 3.1)
-  sidekiq-unique-jobs (~> 7.0)
+  sidekiq-unique-jobs (~> 7.1)
   simple-navigation (~> 4.3)
   simple_form (~> 5.1)
   simplecov (~> 0.21)