From c420d37554aab36a59dfd9c32eec1a21225697db Mon Sep 17 00:00:00 2001 From: Matt Creaser Date: Wed, 17 Sep 2025 16:19:39 -0300 Subject: [PATCH] Update rexml to 3.4.2 to resolve dependabot alert --- scripts/Gemfile | 2 +- scripts/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Gemfile b/scripts/Gemfile index 646735326f..5e8ad1ee14 100644 --- a/scripts/Gemfile +++ b/scripts/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "fastlane" gem "addressable", ">= 2.8.0" -gem "rexml", ">= 3.3.9" +gem "rexml", ">= 3.4.2" plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/scripts/Gemfile.lock b/scripts/Gemfile.lock index c26908bc6a..40c459eaba 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -183,7 +183,7 @@ GEM trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) retriable (3.1.2) - rexml (3.3.9) + rexml (3.4.4) rouge (2.0.7) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -228,7 +228,7 @@ DEPENDENCIES fastlane fastlane-plugin-release_actions! fastlane-plugin-semantic_release - rexml (>= 3.3.9) + rexml (>= 3.4.2) BUNDLED WITH 2.5.22