From 44b2e9e2bad7c321e956ecbb47e1f43d1fa9b05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:06:56 +0000 Subject: [PATCH] Bump rexml from 3.4.0 to 3.4.2 Bumps [rexml](https://github.com/ruby/rexml) from 3.4.0 to 3.4.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.4.0...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f2aeb2..c23edcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,10 +15,14 @@ GEM http_parser.rb (~> 0) eventmachine (1.2.7) ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-linux-gnu) forwardable-extended (2.6.0) google-protobuf (4.29.3-arm64-darwin) bigdecimal rake (>= 13) + google-protobuf (4.29.3-x86_64-linux) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) @@ -68,6 +72,8 @@ GEM mercenary (0.4.0) nokogiri (1.18.2-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.2-x86_64-linux-gnu) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (6.0.1) @@ -76,13 +82,15 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.4.0) + rexml (3.4.2) rouge (4.5.1) ruby-enum (0.9.0) i18n safe_yaml (1.0.5) sass-embedded (1.85.0-arm64-darwin) google-protobuf (~> 4.29) + sass-embedded (1.85.0-x86_64-linux-gnu) + google-protobuf (~> 4.29) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.6.0) @@ -90,6 +98,7 @@ GEM PLATFORMS arm64-darwin + x86_64-linux DEPENDENCIES ffi (>= 1.9.24)