From 58830545655f4dcdcee52edd95c1e1abfe82ff80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:04:51 +0000 Subject: [PATCH] build(deps-dev): bump sidekiq from 6.5.9 to 7.1.5 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.9 to 7.1.5. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.9...v7.1.5) --- updated-dependencies: - dependency-name: sidekiq dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 52a2922..911683b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM chronic (0.10.2) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.3.0) + connection_pool (2.4.1) content_disposition (1.0.0) crack (0.4.5) rexml @@ -399,7 +399,7 @@ GEM puma (6.3.0) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-mini-profiler (3.1.0) rack (>= 1.2.0) rack-proxy (0.7.6) @@ -444,7 +444,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.8.1) + redis-client (0.17.0) + connection_pool regexp_parser (2.8.1) representable (3.2.0) declarative (< 0.1.0) @@ -538,7 +539,7 @@ GEM seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.1) - selenium-webdriver (4.11.0) + selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) @@ -546,10 +547,11 @@ GEM shrine (3.5.0) content_disposition (~> 1.0) down (~> 5.1) - sidekiq (6.5.9) - connection_pool (>= 2.2.5, < 3) - rack (~> 2.0) - redis (>= 4.5.0, < 5) + sidekiq (7.1.5) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) signet (0.17.0) addressable (~> 2.8) faraday (>= 0.17.5, < 3.a)