From 65ba6cdc942093267abe6da82bc83cc8a5eb9c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:14:32 +0000 Subject: [PATCH] chore(deps): bump solid_queue_monitor from 0.6.0 to 1.0.1 Bumps [solid_queue_monitor](https://github.com/vishaltps/solid_queue_monitor) from 0.6.0 to 1.0.1. - [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.6.0...v1.0.1) --- updated-dependencies: - dependency-name: solid_queue_monitor dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 88b41007..fd1b2fbf 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.6.0" +gem "solid_queue_monitor", "~> 1.0.1" gem "stimulus-rails" gem "thruster", require: false gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 6def0d48..9dff1f0d 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.6.0) + solid_queue_monitor (1.0.1) 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.6.0) + solid_queue_monitor (~> 1.0.1) stimulus-rails thruster turbo-rails