From 6d4c6deeef1a0016bf91c7764ba6b59f6465c467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:09:45 +0000 Subject: [PATCH] Bump solid_queue from 1.2.1 to 1.2.2 Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](https://github.com/rails/solid_queue/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index c434d6d25..2dbe22d3a 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "kamal", require: false gem "puma", ">= 5.0" gem "solid_cable", ">= 3.0" gem "solid_cache", "~> 1.0" -gem "solid_queue", "~> 1.1" +gem "solid_queue", "~> 1.2" gem "sqlite3", ">= 2.0" gem "thruster", require: false source "https://e95ae463b12de3f204526a44650f6ae0@gems.stanko.io/private" do diff --git a/Gemfile.lock b/Gemfile.lock index 137d07264..a4beaea41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,8 +270,8 @@ GEM ffi (1.17.2-x86_64-darwin) ffi (1.17.2-x86_64-linux-gnu) ffi (1.17.2-x86_64-linux-musl) - fugit (1.11.2) - et-orbi (~> 1, >= 1.2.11) + fugit (1.12.1) + et-orbi (~> 1.4) raabro (~> 1.4) geared_pagination (1.2.0) activesupport (>= 5.0) @@ -297,7 +297,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.15.1) + json (2.15.2) jwt (3.1.2) base64 kamal (2.8.0) @@ -525,11 +525,11 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - solid_queue (1.2.1) + solid_queue (1.2.2) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) - fugit (~> 1.11.0) + fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) sqlite-vec (0.1.7.alpha.2-arm64-darwin) @@ -670,7 +670,7 @@ DEPENDENCIES sentry-ruby solid_cable (>= 3.0) solid_cache (~> 1.0) - solid_queue (~> 1.1) + solid_queue (~> 1.2) sqlite-vec (= 0.1.7.alpha.2) sqlite3 (>= 2.0) stimulus-rails