From 4c8978aafb0f0923ee177cbe2eb1e0609648abb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:30:07 +0000 Subject: [PATCH] Bump sidekiq from 7.2.0 to 7.2.1 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.2.0 to 7.2.1. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v7.2.0...v7.2.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a02851a..61c66d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,11 +274,11 @@ GEM shoulda-context (2.0.0) shoulda-matchers (6.0.0) activesupport (>= 5.2.0) - sidekiq (7.2.0) + sidekiq (7.2.1) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.14.0) + redis-client (>= 0.19.0) sidekiq-status (3.0.3) chronic_duration sidekiq (>= 6.0, < 8)