From 3483d3daa9a0fc8e0a3b9cffb3cc284bf1f3825a Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 17 May 2024 09:46:10 -0700 Subject: [PATCH] chore: update rexml to patch security vulnerability --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 854fd34b..f7e87c9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -348,7 +348,8 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -431,6 +432,7 @@ GEM stimulus-rails (1.3.0) railties (>= 6.0.0) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) tilt (2.3.0) timecop (0.9.8)