Skip to content

Commit

Permalink
Revert "Bump sidekiq-unique-jobs from 7.1.23 to 7.1.33 (#466)"
Browse files Browse the repository at this point in the history
This reverts commit a523b56.
  • Loading branch information
gnepud authored Feb 23, 2024
1 parent a523b56 commit cde1bcb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit cde1bcb

Please sign in to comment.