File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22# Requires `force_legacy_encryption` flag support
33gem "fastlane" , ">= 2.223.0"
4+ gem 'rexml' , '~> 3.4.2' # Fix CVE-2025-58767
45
56plugins_path = File . join ( File . dirname ( __FILE__ ) , '.fastlane' , 'Pluginfile' )
67eval_gemfile ( plugins_path ) if File . exist? ( plugins_path )
Original file line number Diff line number Diff line change 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
238239DEPENDENCIES
239240 fastlane (>= 2.223.0 )
240241 fastlane-plugin-firebase_test_lab !
242+ rexml (~> 3.4.2 )
241243
242244BUNDLED WITH
243245 2.5.4
You can’t perform that action at this time.
0 commit comments