From 25d791031ce1c27f9c06fbd78d80dda2503f44c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:56:40 +0000 Subject: [PATCH] build(deps-dev): bump sidekiq from 7.0.9 to 7.2.0 in /getaround_utils Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.0.9 to 7.2.0. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v7.0.9...v7.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- getaround_utils/Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/getaround_utils/Gemfile.lock b/getaround_utils/Gemfile.lock index 5f64be5..1857785 100644 --- a/getaround_utils/Gemfile.lock +++ b/getaround_utils/Gemfile.lock @@ -71,7 +71,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.4.0) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -125,7 +125,7 @@ GEM method_source (~> 1.0) public_suffix (5.0.1) racc (1.7.1) - rack (2.2.7) + rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) rails (6.1.4.6) @@ -158,7 +158,7 @@ GEM thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) - redis-client (0.14.1) + redis-client (0.18.0) connection_pool regexp_parser (2.8.1) relaxed-rubocop (2.5) @@ -217,11 +217,11 @@ GEM rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) - sidekiq (7.0.9) + sidekiq (7.2.0) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.11.0) + redis-client (>= 0.14.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3)