From d13e671c532344ebac75d892d0f798bcc262ede6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:58:31 +0000 Subject: [PATCH] Bump rexml from 3.3.9 to 3.4.2 in /docs Bumps [rexml](https://github.com/ruby/rexml) from 3.3.9 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.3.9...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 68727dee9e1f..d3af76ce47fd 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -27,4 +27,4 @@ gem "jekyll-redirect-from", "~> 0.16" # This resolves a build issue on Apple Silicon. # See: https://issues.apache.org/jira/browse/SPARK-38488 gem "ffi", "~> 1.15" -gem "rexml", "~> 3.3.9" +gem "rexml", "~> 3.4.2" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index fab7bc1bcd37..7a7cefc64fdf 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -14,7 +14,10 @@ GEM eventmachine (1.2.7) ffi (1.17.1) forwardable-extended (2.6.0) - google-protobuf (4.29.3-arm64-darwin) + google-protobuf (4.29.3) + bigdecimal + rake (>= 13) + google-protobuf (4.29.3-x86_64-linux) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -62,10 +65,13 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.9) + rexml (3.4.2) rouge (4.5.1) safe_yaml (1.0.5) - sass-embedded (1.83.4-arm64-darwin) + sass-embedded (1.83.4) + google-protobuf (~> 4.29) + rake (>= 13) + sass-embedded (1.83.4-x86_64-linux-gnu) google-protobuf (~> 4.29) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -74,12 +80,13 @@ GEM PLATFORMS ruby + x86_64-linux DEPENDENCIES ffi (~> 1.15) jekyll (~> 4.3) jekyll-redirect-from (~> 0.16) - rexml (~> 3.3.9) + rexml (~> 3.4.2) BUNDLED WITH 2.4.22