From 7f441030767aa5fad3ab8a3737613e847c33fb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:38:55 +0000 Subject: [PATCH] Bump sidekiq-unique-jobs from 7.1.5 to 7.1.33 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](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.1.5...v7.1.33) --- updated-dependencies: - dependency-name: sidekiq-unique-jobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 121ad8ac..9c73dabc 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index aa60840d..476fb6ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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