Skip to content

Commit

Permalink
Bump sidekiq-unique-jobs from 5.0.11 to 7.1.33
Browse files Browse the repository at this point in the history
Bumps [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs) from 5.0.11 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](mhenrixon/sidekiq-unique-jobs@v5.0.11...v7.1.33)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent b9c2c28 commit 184dc4f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source 'https://rubygems.org' do

gem 'sidekiq'
gem 'sidekiq-limit_fetch'
gem 'sidekiq-unique-jobs', '~> 5.0.11' # Can't be higher with 2.3.8
gem 'sidekiq-unique-jobs', '~> 7.1.33' # Can't be higher with 2.3.8

gem 'clockwork'

Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ GEM
rbtree3 (~> 0.5)
arel (6.0.4)
bcrypt (3.1.13)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, < 6)
builder (3.2.4)
clockwork (2.0.4)
activesupport
tzinfo
concurrent-ruby (1.1.6)
connection_pool (2.2.5)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -107,7 +110,7 @@ GEM
pg (0.21.0)
proxies (0.2.3)
public_suffix (4.0.6)
rack (2.2.3)
rack (2.2.8)
rack-protection (2.2.0)
rack
raindrops (0.19.1)
Expand All @@ -134,10 +137,12 @@ GEM
redis (~> 4.5, < 4.6.0)
sidekiq-limit_fetch (3.4.0)
sidekiq (>= 4)
sidekiq-unique-jobs (5.0.11)
concurrent-ruby (>= 1.0.2)
sidekiq (>= 4.0, < 6.0)
thor (~> 0)
sidekiq-unique-jobs (7.1.33)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
Expand Down Expand Up @@ -173,7 +178,7 @@ DEPENDENCIES
sentry-sidekiq!
sidekiq!
sidekiq-limit_fetch!
sidekiq-unique-jobs (~> 5.0.11)!
sidekiq-unique-jobs (~> 7.1.33)!
unicorn!
will_paginate!

Expand Down

0 comments on commit 184dc4f

Please sign in to comment.