From f95f4a980b96d9cd7c06bc3ef2f7de7228d5100c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:57:59 +0000 Subject: [PATCH] build(deps): bump sidekiq from 7.3.4 to 7.3.5 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.4 to 7.3.5. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/commits/v7.3.5) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 715555f1d..52084f866 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem 'aasm', '~> 5.5' gem 'after_commit_everywhere', '~> 1.4' # for running background jobs -gem 'sidekiq', '~> 7.3.4' +gem 'sidekiq', '~> 7.3.5' gem 'sinatra', '~> 4.0.0', require: false gem 'slim', '~> 5.2.1' gem 'sidekiq-cron' diff --git a/Gemfile.lock b/Gemfile.lock index 31d2352e2..0db06d9ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -569,7 +569,7 @@ GEM activesupport (>= 5.2.0) show_me_the_cookies (6.0.0) capybara (>= 2, < 4) - sidekiq (7.3.4) + sidekiq (7.3.5) connection_pool (>= 2.3.0) logger rack (>= 2.2.4) @@ -715,7 +715,7 @@ DEPENDENCIES selenium-webdriver (>= 3.142.3) shoulda-matchers (>= 5.1.0) show_me_the_cookies (>= 6.0.0) - sidekiq (~> 7.3.4) + sidekiq (~> 7.3.5) sidekiq-cron simplecov (>= 0.16.1) sinatra (~> 4.0.0)