From bfee04368b61c64fa4eb3a03ce58e886e58837dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 20:36:04 +0000 Subject: [PATCH] Bump sidekiq from 8.0.10 to 8.1.0 Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.10 to 8.1.0. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v8.0.10...v8.1.0) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index bb7380c..2d14548 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ gem "tzinfo-data", platforms: %i[ windows jruby ] gem "redis", "~> 5.0" # Background job processing with Sidekiq -gem "sidekiq", "~> 8.0" +gem "sidekiq", "~> 8.1" # pgvector support for vector similarity search gem "neighbor", "~> 0.5" diff --git a/Gemfile.lock b/Gemfile.lock index b990729..d225bd8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.17.1) + json (2.18.0) kamal (2.9.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -425,12 +425,12 @@ GEM securerandom (0.4.1) shoulda-matchers (7.0.1) activesupport (>= 7.1) - sidekiq (8.0.10) - connection_pool (>= 2.5.0) - json (>= 2.9.0) - logger (>= 1.6.2) - rack (>= 3.1.0) - redis-client (>= 0.23.2) + sidekiq (8.1.0) + connection_pool (>= 3.0.0) + json (>= 2.16.0) + logger (>= 1.7.0) + rack (>= 3.2.0) + redis-client (>= 0.26.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -527,7 +527,7 @@ DEPENDENCIES rubocop-rails-omakase ruby_llm (~> 1.0) shoulda-matchers (~> 7.0) - sidekiq (~> 8.0) + sidekiq (~> 8.1) simplecov stimulus-rails thruster