From 4139c121d9c5706feae1be8c95a1654bc2bb7819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:09:16 +0000 Subject: [PATCH] Bump rexml from 3.3.8 to 3.3.9 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9. - [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.8...v3.3.9) --- 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 ae0c4f0..9f63bb2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,4 +10,4 @@ gem 'html-proofer', '~> 5.0', '>= 5.0.9' gem "jekyll-redirect-from", ">= 0.16.0" gem "kramdown-parser-gfm", ">= 1.1.0" gem "jekyll-sitemap", ">= 1.4.0" -gem 'rexml', '~> 3.3', '>= 3.3.8' \ No newline at end of file +gem 'rexml', '~> 3.3' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index c1fd63b..0fce384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.3.8) + rexml (3.3.9) rouge (4.2.1) ruby-rc4 (0.1.5) safe_yaml (1.0.5) @@ -140,7 +140,7 @@ DEPENDENCIES jekyll-sitemap (>= 1.4.0) kramdown-parser-gfm (>= 1.1.0) nokogiri (~> 1.16) - rexml (~> 3.3, >= 3.3.8) + rexml (~> 3.3) BUNDLED WITH 2.4.2