From 3ad78d4f7803cc373313556676c3ce71f830314b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:13:24 +0000 Subject: [PATCH] chore(deps): bump solid_queue_monitor from 0.5.0 to 0.6.0 Bumps [solid_queue_monitor](https://github.com/vishaltps/solid_queue_monitor) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/vishaltps/solid_queue_monitor/releases) - [Changelog](https://github.com/vishaltps/solid_queue_monitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/vishaltps/solid_queue_monitor/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: solid_queue_monitor dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8f8a6713..88b41007 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "scout_apm_logging", "~> 2.1" gem "solid_cable" gem "solid_cache" gem "solid_queue" -gem "solid_queue_monitor", "~> 0.5.0" +gem "solid_queue_monitor", "~> 0.6.0" gem "stimulus-rails" gem "thruster", require: false gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 464bd625..9f9b06ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -543,7 +543,7 @@ GEM fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) - solid_queue_monitor (0.5.0) + solid_queue_monitor (0.6.0) rails (>= 7.0) solid_queue (>= 0.1.0) sshkit (1.25.0) @@ -647,7 +647,7 @@ DEPENDENCIES solid_cable solid_cache solid_queue - solid_queue_monitor (~> 0.5.0) + solid_queue_monitor (~> 0.6.0) stimulus-rails thruster turbo-rails