Skip to content

Commit

Permalink
Bump sidekiq-unique-jobs from 7.1.5 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 7.1.5 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@v7.1.5...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 6046ee4 commit 7f44103
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'bootsnap', '>= 1.1.0', require: false
# gem 'bcrypt', '~> 3.1.7'
gem 'sidekiq'
gem 'sidekiq-congestion', '~> 0.1.0'
gem 'sidekiq-unique-jobs', '~> 7.1.0'
gem 'sidekiq-unique-jobs', '~> 7.1.33'
gem 'sidekiq-logstash'
gem 'flipper'
gem 'flipper-active_record'
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ GEM
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
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)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.3)
congestion (0.1.0)
connection_pool (>= 2.0)
redis (>= 3.1)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-protection (2.0.8.1)
Expand Down Expand Up @@ -323,11 +323,12 @@ GEM
sidekiq-logstash (1.2.0)
logstash-event (~> 1.2)
sidekiq (>= 3.0, < 6)
sidekiq-unique-jobs (7.1.5)
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, < 2.0)
thor (>= 0.20, < 3.0)
simple_form (5.0.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
Expand All @@ -347,7 +348,7 @@ GEM
stoplight (2.2.1)
strong_migrations (0.4.1)
activerecord (>= 5)
thor (1.2.1)
thor (1.3.0)
thread_safe (0.3.6)
tilt (2.0.8)
to_regexp (0.2.1)
Expand Down Expand Up @@ -417,7 +418,7 @@ DEPENDENCIES
sidekiq
sidekiq-congestion (~> 0.1.0)
sidekiq-logstash
sidekiq-unique-jobs (~> 7.1.0)
sidekiq-unique-jobs (~> 7.1.33)
simple_form
spring
spring-commands-rspec
Expand Down

0 comments on commit 7f44103

Please sign in to comment.