From 7c5b3a9967ff839b5b93ed81cbcdaa439aade815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:49:30 +0000 Subject: [PATCH] Bump sidekiq, connection_pool, rack and sidekiq-unique-jobs Bumps [sidekiq](https://github.com/sidekiq/sidekiq), [connection_pool](https://github.com/mperham/connection_pool), [rack](https://github.com/rack/rack) and [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs). These dependencies needed to be updated together. Updates `sidekiq` from 6.0.7 to 7.1.4 - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.0.7...v7.1.4) Updates `connection_pool` from 2.2.2 to 2.4.1 - [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md) - [Commits](https://github.com/mperham/connection_pool/compare/v2.2.2...v2.4.1) Updates `rack` from 2.2.3 to 2.2.8 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...v2.2.8) Updates `sidekiq-unique-jobs` from 7.1.29 to 8.0.3 - [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.29...v8.0.3) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production - dependency-name: connection_pool dependency-type: direct:production - dependency-name: rack dependency-type: direct:production - dependency-name: sidekiq-unique-jobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 29 +++++++++++++++-------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index fa54e9b..199600a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem('addressable', '2.8.0') gem('airbrake', '~> 5.0') gem('aws-sdk-s3', '~> 1') gem('cld') -gem('connection_pool', '2.2.2') +gem('connection_pool', '2.4.1') gem('dgaff') gem('diff-lcs', '1.3') gem('elasticsearch', '7.10.1') @@ -26,7 +26,7 @@ gem('nokogiri', '1.13.4') gem('parallel', '1.19.1') gem('pry') gem('public_suffix', '4.0.5') -gem('rack', '2.2.3') +gem('rack', '2.2.8') gem('rack-test') gem('rake') gem('redis', '4.1.4') diff --git a/Gemfile.lock b/Gemfile.lock index baf1d6b..e0b1dd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM ffi coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.2.2) + connection_pool (2.4.1) crack (0.4.5) rexml dgaff (0.1.3) @@ -149,7 +149,7 @@ GEM public_suffix (4.0.5) raabro (1.4.0) racc (1.6.2) - rack (2.2.3) + rack (2.2.8) rack-protection (2.2.4) rack rack-test (2.1.0) @@ -159,6 +159,8 @@ GEM rdf (3.2.9) link_header (~> 0.0, >= 0.0.8) redis (4.1.4) + redis-client (0.17.0) + connection_pool regexp_parser (2.7.0) reline (0.3.2) io-console (~> 0.5) @@ -199,21 +201,20 @@ GEM rubocop (>= 0.68.1) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - sidekiq (6.0.7) - connection_pool (>= 2.2.2) - rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + sidekiq (7.1.4) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) sidekiq-cron (1.10.0) fugit (~> 1.8) globalid (>= 1.0.1) sidekiq (>= 6) - sidekiq-unique-jobs (7.1.29) + sidekiq-unique-jobs (8.0.3) 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) + sidekiq (>= 7.0.0, < 8.0.0) + thor (>= 1.0, < 3.0) simplecov (0.17.0) docile (~> 1.1) json (>= 1.8, < 3) @@ -226,7 +227,7 @@ GEM tilt (~> 2.0) tf-idf-similarity (0.2.0) unicode_utils (~> 1.4) - thor (1.2.1) + thor (1.2.2) thread_safe (0.3.6) tilt (2.1.0) tzinfo (1.2.11) @@ -252,7 +253,7 @@ DEPENDENCIES airbrake (~> 5.0) aws-sdk-s3 (~> 1) cld - connection_pool (= 2.2.2) + connection_pool (= 2.4.1) dgaff diff-lcs (= 1.3) elasticsearch (= 7.10.1) @@ -272,7 +273,7 @@ DEPENDENCIES parallel (= 1.19.1) pry public_suffix (= 4.0.5) - rack (= 2.2.3) + rack (= 2.2.8) rack-test rake redis (= 4.1.4)