From e57aef94a2bdad85b67c2a74c77e8b3b1f83863c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 16 May 2024 18:56:39 +0000
Subject: [PATCH] Bump rexml from 3.2.5 to 3.2.8

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [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.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 7a391b4..a75ec9f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -57,7 +57,8 @@ GEM
     rb-fsevent (0.10.4)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
-    rexml (3.2.5)
+    rexml (3.2.8)
+      strscan (>= 3.0.9)
     rouge (3.3.0)
     safe_yaml (1.0.5)
     sass (3.7.4)
@@ -65,7 +66,7 @@ GEM
     sass-listen (4.0.0)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
-    wdm (0.1.1)
+    strscan (3.1.0)
 
 PLATFORMS
   ruby
@@ -80,7 +81,6 @@ DEPENDENCIES
   kramdown
   kramdown-parser-gfm
   rouge
-  wdm (>= 0.1.0)
 
 BUNDLED WITH
    2.4.21