diff --git a/Gemfile b/Gemfile index 1891e850..61e36beb 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,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.2.2" gem "stimulus-rails" gem "tailwindcss-rails" gem "thruster", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 8ecc9e91..60b30e41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - action_text-trix (2.1.17) + action_text-trix (2.1.18) railties actioncable (8.1.3) actionpack (= 8.1.3) @@ -117,7 +117,7 @@ GEM base64 (0.3.0) bcrypt (3.1.22) bcrypt_pbkdf (1.1.2) - bigdecimal (4.0.1) + bigdecimal (4.1.0) bindex (0.8.1) bootsnap (1.22.0) msgpack (~> 1.2) @@ -549,7 +549,7 @@ GEM fugit (~> 1.11) railties (>= 7.1) thor (>= 1.3.1) - solid_queue_monitor (0.6.0) + solid_queue_monitor (1.2.2) rails (>= 7.0) solid_queue (>= 0.1.0) sshkit (1.25.0) @@ -664,7 +664,7 @@ DEPENDENCIES solid_cable solid_cache solid_queue - solid_queue_monitor (~> 0.6.0) + solid_queue_monitor (~> 1.2.2) stimulus-rails tailwindcss-rails thruster