From 418514b57df9156e05de088a308c76fe6efb506c Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 10 Jun 2025 14:10:16 +1000 Subject: [PATCH] Bump stimulus_reflex gem to 3.5.5 Why didn't dependabot do this? We have already updated the js package to 3.5.5. hopefully this will help with some SR flakiness that is occurring on au_prod and au_staging bulkinvoice actions (but uk_staging seems fine) --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3c063de220..37547b0258 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -495,6 +495,7 @@ GEM validate_url webfinger (~> 2.0) orm_adapter (0.5.0) + ostruct (0.6.1) pagy (9.3.4) paper_trail (15.1.0) activerecord (>= 6.1) @@ -765,7 +766,7 @@ GEM state_machines-activerecord (0.9.0) activerecord (>= 6.0) state_machines-activemodel (>= 0.9.0) - stimulus_reflex (3.5.3) + stimulus_reflex (3.5.5) actioncable (>= 5.2) actionpack (>= 5.2) actionview (>= 5.2) @@ -773,6 +774,7 @@ GEM cable_ready (~> 5.0) nokogiri (~> 1.0) nokogiri-html5-inference (~> 0.3) + ostruct (~> 0.6) rack (>= 2, < 4) railties (>= 5.2) redis (>= 4.0, < 6.0)