From d38fbc0653650cea5f6c20ffca6d18b3900abd42 Mon Sep 17 00:00:00 2001 From: Becki Srofe Date: Mon, 9 Sep 2024 14:09:51 -0600 Subject: [PATCH] IOPZ-2913 Address Security Vulnerability with rexml gem --- Gemfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index daa8d98..4bdf768 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,8 +36,7 @@ GEM rake (13.1.0) redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.2) - strscan + rexml (3.3.7) rouge (4.1.0) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -81,7 +80,6 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) slop (3.6.0) - strscan (3.1.0) unicode-display_width (2.5.0) values (1.8.0) webrick (1.8.1) @@ -108,4 +106,4 @@ DEPENDENCIES yard-doctest (~> 0.1) BUNDLED WITH - 2.3.8 + 2.5.18