From b372ffd6713fd8a48f345371d6f5feb724a19ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:46:54 +0000 Subject: [PATCH] Bump rexml from 3.2.5 to 3.3.2 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 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.5...v3.3.2) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e9310646..90075b60 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins gem 'jekyll-redirect-from' -gem "rexml", "~> 3.2" +gem "rexml", "~> 3.3" gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index a13dd98a..2c04baae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,8 +231,6 @@ GEM nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.2-x64-mingw-ucrt) - racc (~> 1.4) octokit (4.22.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) @@ -243,7 +241,8 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.3.2) + strscan rouge (3.13.0) ruby-enum (0.7.2) i18n @@ -258,6 +257,7 @@ GEM sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) + strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) @@ -277,7 +277,7 @@ PLATFORMS DEPENDENCIES github-pages jekyll-redirect-from - rexml (~> 3.2) + rexml (~> 3.3) webrick (~> 1.8) BUNDLED WITH