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

Revert "Bump sidekiq-unique-jobs from 7.1.23 to 7.1.33 (#466)"

This reverts commit a523b564f1.
This commit is contained in:
Peng Du 2024-02-23 16:27:16 +01:00 committed by GitHub
parent a523b564f1
commit cde1bcbf98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 11 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.33'
gem 'sidekiq-unique-jobs', '~> 7.1.23'
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.3)
brpoplpush-redis_script (0.1.2)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, < 6)
redis (>= 1.0, <= 5.0)
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.3)
concurrent-ruby (1.2.2)
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.8.1)
rack (2.2.6.4)
rack-oauth2 (1.21.3)
activesupport
attr_required
@ -394,7 +394,7 @@ GEM
recurrence (1.3.0)
activesupport
i18n
redis (4.8.1)
redis (4.6.0)
redis-session-store (0.11.4)
actionpack (>= 3, < 8)
redis (>= 3, < 5)
@ -462,11 +462,10 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
sidekiq-unique-jobs (7.1.33)
sidekiq-unique-jobs (7.1.23)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
sidekiq (>= 5.0, < 8.0)
thor (>= 0.20, < 3.0)
silencer (2.0.0)
simplecov (0.19.0)
@ -488,7 +487,7 @@ GEM
ffi (~> 1.1)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.3.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.3.2)
@ -619,7 +618,7 @@ DEPENDENCIES
shakapacker (= 6.6.0)
sidekiq (= 6.5.12)
sidekiq-scheduler (= 5.0.3)
sidekiq-unique-jobs (~> 7.1.33)
sidekiq-unique-jobs (~> 7.1.23)
silencer
spring (~> 4)
spring-watcher-listen (~> 2.1.0)