From 94d35c753cbd8e0adfed964a7c47b489271733ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:05:44 +0000 Subject: [PATCH] Bump rexml from 3.2.4 to 3.2.8 in /Scripts/ruby Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Scripts/ruby/Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/ruby/Gemfile.lock b/Scripts/ruby/Gemfile.lock index 4be1c63..6e9b448 100644 --- a/Scripts/ruby/Gemfile.lock +++ b/Scripts/ruby/Gemfile.lock @@ -75,7 +75,8 @@ GEM thread_safe rainbow (3.0.0) regexp_parser (1.8.2) - rexml (3.2.4) + rexml (3.2.8) + strscan (>= 3.0.9) rubocop (1.3.1) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -97,6 +98,7 @@ GEM thor (>= 0.20.0, < 1.0) slowhandcuke (0.0.3) cucumber + strscan (3.1.0) sys-uname (1.2.2) ffi (~> 1.1) thor (0.20.3)