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 67b3393 commit c60267dCopy full SHA for c60267d
scripts/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
2
3
gem "fastlane"
4
gem "addressable", ">= 2.8.0"
5
-gem "rexml", ">= 3.3.9"
+gem "rexml", ">= 3.4.2"
6
7
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
8
eval_gemfile(plugins_path) if File.exist?(plugins_path)
scripts/Gemfile.lock
@@ -183,7 +183,7 @@ GEM
183
trailblazer-option (>= 0.1.1, < 0.2.0)
184
uber (< 0.2.0)
185
retriable (3.1.2)
186
- rexml (3.3.9)
+ rexml (3.4.4)
187
rouge (2.0.7)
188
ruby2_keywords (0.0.5)
189
rubyzip (2.3.2)
0 commit comments