1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

Bump sidekiq-unique-jobs from 7.1.23 to 7.1.33

Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 7.1.23 to 7.1.33.
- [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases)
- [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.1.23...v7.1.33)

---
updated-dependencies:
- dependency-name: sidekiq-unique-jobs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-23 15:06:30 +00:00 committed by GitHub
parent 48604b360b
commit 9e592ec6d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -95,7 +95,7 @@ gem 'aasm'
gem 'sidekiq', '6.5.12'
# Recurring jobs for Sidekiq
gem 'sidekiq-scheduler', '5.0.3'
gem 'sidekiq-unique-jobs', '~> 7.1.23'
gem 'sidekiq-unique-jobs', '~> 7.1.33'
gem 'stripe', '5.29.0'

View File

@ -94,9 +94,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
brpoplpush-redis_script (0.1.2)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, <= 5.0)
redis (>= 1.0, < 6)
builder (3.2.4)
bullet (7.0.0)
activesupport (>= 3.0.0)
@ -124,7 +124,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
coveralls_reborn (0.18.0)
simplecov (>= 0.18.1, < 0.20.0)
@ -345,7 +345,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8.1)
rack-oauth2 (1.21.3)
activesupport
attr_required
@ -394,7 +394,7 @@ GEM
recurrence (1.3.0)
activesupport
i18n
redis (4.6.0)
redis (4.8.1)
redis-session-store (0.11.4)
actionpack (>= 3, < 8)
redis (>= 3, < 5)
@ -462,10 +462,11 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
sidekiq-unique-jobs (7.1.23)
sidekiq-unique-jobs (7.1.33)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 5.0, < 8.0)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
silencer (2.0.0)
simplecov (0.19.0)
@ -487,7 +488,7 @@ GEM
ffi (~> 1.1)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.2.1)
thor (1.3.0)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.3.2)
@ -618,7 +619,7 @@ DEPENDENCIES
shakapacker (= 6.6.0)
sidekiq (= 6.5.12)
sidekiq-scheduler (= 5.0.3)
sidekiq-unique-jobs (~> 7.1.23)
sidekiq-unique-jobs (~> 7.1.33)
silencer
spring (~> 4)
spring-watcher-listen (~> 2.1.0)