From 08ede02ba02225cbdfd7de1c44bf87457ccfdbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:35:01 +0000 Subject: [PATCH] Bump sidekiq from 6.2.1 to 7.0.8 in /dashboard Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.2.1 to 7.0.8. - [Release notes](https://github.com/sidekiq/sidekiq/releases) - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v6.2.1...v7.0.8) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/Gemfile.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/dashboard/Gemfile.lock b/dashboard/Gemfile.lock index 5abdc8f..aa0c64c 100644 --- a/dashboard/Gemfile.lock +++ b/dashboard/Gemfile.lock @@ -78,7 +78,7 @@ GEM xpath (~> 3.2) childprocess (3.0.0) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.4.0) crass (1.0.6) devise (4.7.3) bcrypt (~> 3.0) @@ -118,7 +118,7 @@ GEM puma (5.5.1) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.6.2) + rack (2.2.6.4) rack-mini-profiler (2.3.0) rack (>= 1.2.0) rack-proxy (0.6.5) @@ -156,6 +156,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.2.5) + redis-client (0.14.1) + connection_pool regexp_parser (1.8.2) responders (3.0.1) actionpack (>= 5.0) @@ -175,10 +177,11 @@ GEM childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) semantic_range (2.3.1) - sidekiq (6.2.1) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.8) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) spring (2.1.1) sprockets (4.0.2) concurrent-ruby (~> 1.0)