diff --git a/Gemfile b/Gemfile index 28e1f462..dea2a37e 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.3.2" +gem "solid_queue_monitor", "~> 0.4.0" gem "stimulus-rails" gem "thruster", require: false gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index c819d88d..0f690847 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - action_text-trix (2.1.15) + action_text-trix (2.1.16) railties actioncable (8.1.1) actionpack (= 8.1.1) @@ -299,7 +299,7 @@ GEM msgpack (1.8.0) net-http (0.6.0) uri - net-imap (0.5.12) + net-imap (0.6.2) date net-protocol net-pop (0.1.2) @@ -313,7 +313,7 @@ GEM net-smtp (0.5.1) net-protocol net-ssh (7.3.0) - nio4r (2.7.4) + nio4r (2.7.5) nokogiri (1.19.0-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.19.0-aarch64-linux-musl) @@ -543,7 +543,7 @@ GEM fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) - solid_queue_monitor (0.3.2) + solid_queue_monitor (0.4.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.3.2) + solid_queue_monitor (~> 0.4.0) stimulus-rails thruster turbo-rails