From 1f9b022e084302cd27c5a309e2f917388dad7064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:52:57 +0000 Subject: [PATCH] Bump rexml from 3.2.6 to 3.3.2 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.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.2.6...v3.3.2) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2291faa..22c1d3d 100644 --- a/Gemfile +++ b/Gemfile @@ -35,4 +35,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform? gem "webrick", "~> 1.8" -gem "rexml", "~> 3.2" +gem "rexml", "~> 3.3" diff --git a/Gemfile.lock b/Gemfile.lock index b3611d6..5d45e04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.3.2) + strscan rouge (3.30.0) safe_yaml (1.0.5) sass (3.7.4) @@ -61,6 +62,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + strscan (3.1.0) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -77,7 +79,7 @@ DEPENDENCIES jekyll-feed (~> 0.6) jekyll-redirect-from (~> 0.15) minima (~> 2.0) - rexml (~> 3.2) + rexml (~> 3.3) tzinfo (~> 1.2) tzinfo-data wdm (~> 0.1.0)