Skip to content

Commit

Permalink
Bump sidekiq-unique-jobs from 6.0.21 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 6.0.21 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@v6.0.21...v7.1.33)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent 9a024ce commit 8a98260
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'rollbar'
gem 'rubyzip', '~> 1.3'
gem 'sass-rails'
gem 'sidekiq'
gem 'sidekiq-unique-jobs', '~> 6.0.16'
gem 'sidekiq-unique-jobs', '~> 7.1.33'
gem 'statsd-ruby', '~> 1.4.0'
gem 'uglifier', '>= 1.3.0'
gem 'uk_phone_numbers', '~> 0.1.1'
Expand Down
25 changes: 16 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ GEM
faraday_middleware (~> 0.10)
nokogiri (~> 1.6, >= 1.6.8)
backport (1.1.2)
base64 (0.2.0)
bcrypt (3.1.13)
better_errors (2.4.0)
coderay (>= 1.0.0)
Expand All @@ -100,6 +101,9 @@ GEM
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
brakeman (4.2.1)
brpoplpush-redis_script (0.1.3)
concurrent-ruby (~> 1.0, >= 1.0.5)
redis (>= 1.0, < 6)
builder (3.2.4)
byebug (10.0.1)
capybara (2.18.0)
Expand All @@ -119,8 +123,8 @@ GEM
open4 (~> 1.3)
coderay (1.1.2)
colored2 (3.1.2)
concurrent-ruby (1.1.7)
connection_pool (2.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.3)
Expand Down Expand Up @@ -276,9 +280,10 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.3)
rack-protection (2.0.7)
rack
rack (2.2.8)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-rewrite (1.5.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -395,10 +400,12 @@ GEM
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
sidekiq-unique-jobs (6.0.21)
sidekiq-unique-jobs (7.1.33)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 4.0, < 7.0)
thor (~> 0)
redis (< 5.0)
sidekiq (>= 5.0, < 7.0)
thor (>= 0.20, < 3.0)
site_prism (2.11)
addressable (~> 2.4)
capybara (~> 2.7)
Expand Down Expand Up @@ -515,7 +522,7 @@ DEPENDENCIES
sass-rails
shoulda-matchers (~> 4.0)
sidekiq
sidekiq-unique-jobs (~> 6.0.16)
sidekiq-unique-jobs (~> 7.1.33)
site_prism
solargraph
spring
Expand Down

0 comments on commit 8a98260

Please sign in to comment.