We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8599541 commit eadf1f9Copy full SHA for eadf1f9
Gemfile
@@ -1,7 +1,7 @@
1
source "https://rubygems.org"
2
3
gem 'fastlane', "~> 2.226.0"
4
-gem "rexml", "~> 3.4.0"
+gem "rexml", "~> 3.4.2"
5
6
7
# Deps for fastlane
Gemfile.lock
@@ -181,7 +181,7 @@ GEM
181
trailblazer-option (>= 0.1.1, < 0.2.0)
182
uber (< 0.2.0)
183
retriable (3.1.2)
184
- rexml (3.4.1)
+ rexml (3.4.2)
185
rouge (3.28.0)
186
ruby2_keywords (0.0.5)
187
rubyzip (2.4.1)
@@ -229,7 +229,7 @@ DEPENDENCIES
229
fastlane (~> 2.226.0)
230
logger
231
mutex_m
232
- rexml (~> 3.4.0)
+ rexml (~> 3.4.2)
233
234
BUNDLED WITH
235
2.6.2
0 commit comments