From 39be2d4db0ff7b8ddbaa3ee238437d69a4a60f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:51:07 +0000 Subject: [PATCH] Bump rexml from 3.3.3 to 3.3.6 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6. - [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.3...v3.3.6) --- updated-dependencies: - dependency-name: rexml 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 ed791c2..b2d9ef4 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? # Vulnerability issues gem "nokogiri", "~> 1.16.5" -gem "rexml", "~> 3.3.3" +gem "rexml", "~> 3.3.6" 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 ededbd4..9e407c5 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.3) + rexml (3.3.6) strscan rouge (3.26.0) rubyzip (2.3.2) @@ -270,7 +270,7 @@ DEPENDENCIES commonmarker (>= 0.23.10) github-pages (~> 228) nokogiri (~> 1.16.5) - rexml (~> 3.3.3) + rexml (~> 3.3.6) tzinfo (~> 2.0.6) tzinfo-data wdm (~> 0.1.1)