Skip to content

Commit c60267d

Browse files
authored
chore: Update Rexml to 3.4.2 to resolve dependabot alert (#265)
1 parent 67b3393 commit c60267d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem "addressable", ">= 2.8.0"
5-
gem "rexml", ">= 3.3.9"
5+
gem "rexml", ">= 3.4.2"
66

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

scripts/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ GEM
183183
trailblazer-option (>= 0.1.1, < 0.2.0)
184184
uber (< 0.2.0)
185185
retriable (3.1.2)
186-
rexml (3.3.9)
186+
rexml (3.4.4)
187187
rouge (2.0.7)
188188
ruby2_keywords (0.0.5)
189189
rubyzip (2.3.2)

0 commit comments

Comments
 (0)