Skip to content

Commit 8fd69db

Browse files
authored
update rexml (#3632)
1 parent 71e658d commit 8fd69db

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

build-support/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.4"
5+
gem "rexml", ">= 3.3.6"
66

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

build-support/Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ GEM
1818
artifactory (3.0.17)
1919
atomos (0.1.3)
2020
aws-eventstream (1.3.0)
21-
aws-partitions (1.961.0)
22-
aws-sdk-core (3.201.3)
21+
aws-partitions (1.968.0)
22+
aws-sdk-core (3.201.5)
2323
aws-eventstream (~> 1, >= 1.3.0)
2424
aws-partitions (~> 1, >= 1.651.0)
25-
aws-sigv4 (~> 1.8)
25+
aws-sigv4 (~> 1.9)
2626
jmespath (~> 1, >= 1.6.1)
2727
aws-sdk-kms (1.88.0)
2828
aws-sdk-core (~> 3, >= 3.201.0)
2929
aws-sigv4 (~> 1.5)
30-
aws-sdk-s3 (1.157.0)
30+
aws-sdk-s3 (1.159.0)
3131
aws-sdk-core (~> 3, >= 3.201.0)
3232
aws-sdk-kms (~> 1)
3333
aws-sigv4 (~> 1.5)
@@ -135,7 +135,7 @@ GEM
135135
google-apis-core (>= 0.11.0, < 2.a)
136136
google-apis-storage_v1 (0.31.0)
137137
google-apis-core (>= 0.11.0, < 2.a)
138-
google-cloud-core (1.7.0)
138+
google-cloud-core (1.7.1)
139139
google-cloud-env (>= 1.0, < 3.a)
140140
google-cloud-errors (~> 1.0)
141141
google-cloud-env (1.6.0)
@@ -156,7 +156,7 @@ GEM
156156
os (>= 0.9, < 2.0)
157157
signet (>= 0.16, < 2.a)
158158
highline (2.0.3)
159-
http-cookie (1.0.6)
159+
http-cookie (1.0.7)
160160
domain_name (~> 0.5)
161161
httpclient (2.8.3)
162162
jmespath (1.6.2)
@@ -180,7 +180,7 @@ GEM
180180
trailblazer-option (>= 0.1.1, < 0.2.0)
181181
uber (< 0.2.0)
182182
retriable (3.1.2)
183-
rexml (3.3.4)
183+
rexml (3.3.6)
184184
strscan
185185
rouge (2.0.7)
186186
ruby2_keywords (0.0.5)
@@ -206,12 +206,13 @@ GEM
206206
uber (0.1.0)
207207
unicode-display_width (2.5.0)
208208
word_wrap (1.0.0)
209-
xcodeproj (1.19.0)
209+
xcodeproj (1.25.0)
210210
CFPropertyList (>= 2.3.3, < 4.0)
211211
atomos (~> 0.1.3)
212212
claide (>= 1.0.2, < 2.0)
213213
colored2 (~> 3.1)
214214
nanaimo (~> 0.3.0)
215+
rexml (>= 3.3.2, < 4.0)
215216
xcpretty (0.3.0)
216217
rouge (~> 2.0.7)
217218
xcpretty-travis-formatter (1.0.1)
@@ -225,7 +226,7 @@ DEPENDENCIES
225226
fastlane
226227
fastlane-plugin-release_actions!
227228
fastlane-plugin-semantic_release
228-
rexml (>= 3.3.4)
229+
rexml (>= 3.3.6)
229230

230231
BUNDLED WITH
231232
2.5.11

0 commit comments

Comments
 (0)