From 694f6eb43e1b5ef39b54d7e506db9a7476bc3717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:26:11 +0000 Subject: [PATCH] Bump solid_queue from 1.2.4 to 1.3.0 Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](https://github.com/rails/solid_queue/compare/v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8c6d39d0fd..c054b07d71 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.2" +gem "solid_queue", "~> 1.3" gem "sqlite3", ">= 2.0" gem "thruster", require: false gem "trilogy", "~> 2.9" diff --git a/Gemfile.lock b/Gemfile.lock index 504bffd01f..7bcf4b0f9e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -351,7 +351,7 @@ GEM nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) rainbow (3.1.1) rake (13.3.1) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -415,7 +415,7 @@ GEM activejob (>= 7.2) activerecord (>= 7.2) railties (>= 7.2) - solid_queue (1.2.4) + solid_queue (1.3.0) activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (>= 1.3.1) @@ -527,7 +527,7 @@ DEPENDENCIES selenium-webdriver solid_cable (>= 3.0) solid_cache (~> 1.0) - solid_queue (~> 1.2) + solid_queue (~> 1.3) sqlite3 (>= 2.0) stimulus-rails thruster