From 184dc4f6487aaf14c22a1a636dac0a77a8642dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:35:36 +0000 Subject: [PATCH] Bump sidekiq-unique-jobs from 5.0.11 to 7.1.33 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](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v5.0.11...v7.1.33) --- updated-dependencies: - dependency-name: sidekiq-unique-jobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 1bb5f7a..889a634 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index ef229c0..af33729 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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!