From 0f2740f4487a4cb3f8579e5b7a6da4e6c1fb2e58 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 536befec..322079a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -376,7 +376,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) @@ -459,6 +460,7 @@ GEM stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) tilt (2.3.0) timecop (0.9.8)