From 0dc092b53c99d1cf19c79ee62ca6d9958fc9be7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:42:46 +0000 Subject: [PATCH] Bump rexml from 3.3.9 to 3.4.2 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 to 3.4.2. - [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.3.9...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fa925d7..1056b9f 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? # Vulnerability issues gem "nokogiri", "~> 1.18.9" -gem "rexml", "~> 3.3.9" +gem "rexml", "~> 3.4.2" gem "addressable", ">= 2.8.0" gem "commonmarker", ">= 0.23.10" gem "activesupport", "~> 7.0.7.1" diff --git a/Gemfile.lock b/Gemfile.lock index 0e18c42..d4c05b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.3.9) + rexml (3.4.2) rouge (3.26.0) rubyzip (2.3.2) safe_yaml (1.0.5) @@ -268,7 +268,7 @@ DEPENDENCIES commonmarker (>= 0.23.10) github-pages (~> 228) nokogiri (~> 1.18.9) - rexml (~> 3.3.9) + rexml (~> 3.4.2) tzinfo (~> 2.0.6) tzinfo-data uri (>= 0.13.2)