Skip to content

Commit d5c7add

Browse files
persidskiygithub-actions[bot]
authored andcommitted
Update rexml version (#6973)
GitOrigin-RevId: 7a74ec328d3e39bbaaa274e84623ca6c6f41fd4d
1 parent fc7fe8f commit d5c7add

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22
# Requires `force_legacy_encryption` flag support
33
gem "fastlane", ">= 2.223.0"
4+
gem 'rexml', '~> 3.4.2' # Fix CVE-2025-58767
45

56
plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
67
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ GEM
192192
trailblazer-option (>= 0.1.1, < 0.2.0)
193193
uber (< 0.2.0)
194194
retriable (3.1.2)
195-
rexml (3.4.1)
195+
rexml (3.4.4)
196196
rouge (3.28.0)
197197
ruby2_keywords (0.0.5)
198198
rubyzip (2.4.1)
@@ -234,10 +234,12 @@ PLATFORMS
234234
arm64-darwin-22
235235
arm64-darwin-23
236236
arm64-darwin-24
237+
arm64-darwin-25
237238

238239
DEPENDENCIES
239240
fastlane (>= 2.223.0)
240241
fastlane-plugin-firebase_test_lab!
242+
rexml (~> 3.4.2)
241243

242244
BUNDLED WITH
243245
2.5.4

0 commit comments

Comments
 (0)