Skip to content

Commit 0dcd26b

Browse files
authored
chore: update rexml to 3.3.2 (#3612)
1 parent 42ffa51 commit 0dcd26b

File tree

2 files changed

+100
-95
lines changed

2 files changed

+100
-95
lines changed

build-support/Gemfile

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

33
gem "fastlane"
44
gem "addressable", ">= 2.8.0"
5+
gem "rexml", ">= 3.3.2"
56

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

build-support/Gemfile.lock

Lines changed: 99 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/aws-amplify/amplify-ci-support
3-
revision: 355b2a3b504247af1ae6b87e5e2da0fd45fc6067
3+
revision: c673e6a2f0759b95edae5840afd952b15abf7032
44
branch: android/fastlane-actions
55
glob: src/fastlane/release_actions/*.gemspec
66
specs:
@@ -9,51 +9,55 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
CFPropertyList (3.0.3)
13-
addressable (2.8.0)
14-
public_suffix (>= 2.0.2, < 5.0)
15-
artifactory (3.0.15)
12+
CFPropertyList (3.0.7)
13+
base64
14+
nkf
15+
rexml
16+
addressable (2.8.7)
17+
public_suffix (>= 2.0.2, < 7.0)
18+
artifactory (3.0.17)
1619
atomos (0.1.3)
17-
aws-eventstream (1.1.1)
18-
aws-partitions (1.493.0)
19-
aws-sdk-core (3.119.1)
20-
aws-eventstream (~> 1, >= 1.0.2)
21-
aws-partitions (~> 1, >= 1.239.0)
22-
aws-sigv4 (~> 1.1)
23-
jmespath (~> 1.0)
24-
aws-sdk-kms (1.47.0)
25-
aws-sdk-core (~> 3, >= 3.119.0)
26-
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.100.0)
28-
aws-sdk-core (~> 3, >= 3.119.0)
20+
aws-eventstream (1.3.0)
21+
aws-partitions (1.956.0)
22+
aws-sdk-core (3.201.1)
23+
aws-eventstream (~> 1, >= 1.3.0)
24+
aws-partitions (~> 1, >= 1.651.0)
25+
aws-sigv4 (~> 1.8)
26+
jmespath (~> 1, >= 1.6.1)
27+
aws-sdk-kms (1.88.0)
28+
aws-sdk-core (~> 3, >= 3.201.0)
29+
aws-sigv4 (~> 1.5)
30+
aws-sdk-s3 (1.156.0)
31+
aws-sdk-core (~> 3, >= 3.201.0)
2932
aws-sdk-kms (~> 1)
30-
aws-sigv4 (~> 1.1)
31-
aws-sigv4 (1.2.4)
33+
aws-sigv4 (~> 1.5)
34+
aws-sigv4 (1.8.0)
3235
aws-eventstream (~> 1, >= 1.0.2)
3336
babosa (1.0.4)
34-
claide (1.0.3)
37+
base64 (0.2.0)
38+
claide (1.1.0)
3539
colored (1.2)
3640
colored2 (3.1.2)
3741
commander (4.6.0)
3842
highline (~> 2.0.0)
3943
declarative (0.0.20)
40-
digest-crc (0.6.4)
44+
digest-crc (0.6.5)
4145
rake (>= 12.0.0, < 14.0.0)
42-
domain_name (0.5.20190701)
43-
unf (>= 0.0.5, < 1.0.0)
44-
dotenv (2.7.6)
45-
emoji_regex (3.2.2)
46-
excon (0.85.0)
47-
faraday (1.7.1)
46+
domain_name (0.6.20240107)
47+
dotenv (2.8.1)
48+
emoji_regex (3.2.3)
49+
excon (0.111.0)
50+
faraday (1.10.3)
4851
faraday-em_http (~> 1.0)
4952
faraday-em_synchrony (~> 1.0)
5053
faraday-excon (~> 1.1)
51-
faraday-httpclient (~> 1.0.1)
54+
faraday-httpclient (~> 1.0)
55+
faraday-multipart (~> 1.0)
5256
faraday-net_http (~> 1.0)
53-
faraday-net_http_persistent (~> 1.1)
57+
faraday-net_http_persistent (~> 1.0)
5458
faraday-patron (~> 1.0)
5559
faraday-rack (~> 1.0)
56-
multipart-post (>= 1.2, < 3)
60+
faraday-retry (~> 1.0)
5761
ruby2_keywords (>= 0.0.4)
5862
faraday-cookie_jar (0.0.7)
5963
faraday (>= 0.8.0)
@@ -62,21 +66,24 @@ GEM
6266
faraday-em_synchrony (1.0.0)
6367
faraday-excon (1.1.0)
6468
faraday-httpclient (1.0.1)
69+
faraday-multipart (1.0.4)
70+
multipart-post (~> 2)
6571
faraday-net_http (1.0.1)
6672
faraday-net_http_persistent (1.2.0)
6773
faraday-patron (1.0.0)
6874
faraday-rack (1.0.0)
69-
faraday_middleware (1.1.0)
75+
faraday-retry (1.0.3)
76+
faraday_middleware (1.2.0)
7077
faraday (~> 1.0)
71-
fastimage (2.2.5)
72-
fastlane (2.193.0)
78+
fastimage (2.3.1)
79+
fastlane (2.221.1)
7380
CFPropertyList (>= 2.3, < 4.0.0)
7481
addressable (>= 2.8, < 3.0.0)
7582
artifactory (~> 3.0)
7683
aws-sdk-s3 (~> 1.0)
7784
babosa (>= 1.0.3, < 2.0.0)
7885
bundler (>= 1.12.0, < 3.0.0)
79-
colored
86+
colored (~> 1.2)
8087
commander (~> 4.6)
8188
dotenv (>= 2.1.1, < 3.0.0)
8289
emoji_regex (>= 0.1, < 4.0)
@@ -88,127 +95,123 @@ GEM
8895
gh_inspector (>= 1.1.2, < 2.0.0)
8996
google-apis-androidpublisher_v3 (~> 0.3)
9097
google-apis-playcustomapp_v1 (~> 0.1)
98+
google-cloud-env (>= 1.6.0, < 2.0.0)
9199
google-cloud-storage (~> 1.31)
92100
highline (~> 2.0)
101+
http-cookie (~> 1.0.5)
93102
json (< 3.0.0)
94103
jwt (>= 2.1.0, < 3)
95104
mini_magick (>= 4.9.4, < 5.0.0)
96-
multipart-post (~> 2.0.0)
105+
multipart-post (>= 2.0.0, < 3.0.0)
97106
naturally (~> 2.2)
98-
optparse (~> 0.1.1)
107+
optparse (>= 0.1.1, < 1.0.0)
99108
plist (>= 3.1.0, < 4.0.0)
100109
rubyzip (>= 2.0.0, < 3.0.0)
101-
security (= 0.1.3)
110+
security (= 0.1.5)
102111
simctl (~> 1.6.3)
103112
terminal-notifier (>= 2.0.0, < 3.0.0)
104-
terminal-table (>= 1.4.5, < 2.0.0)
113+
terminal-table (~> 3)
105114
tty-screen (>= 0.6.3, < 1.0.0)
106115
tty-spinner (>= 0.8.0, < 1.0.0)
107116
word_wrap (~> 1.0.0)
108117
xcodeproj (>= 1.13.0, < 2.0.0)
109118
xcpretty (~> 0.3.0)
110-
xcpretty-travis-formatter (>= 0.0.3)
111-
fastlane-plugin-semantic_release (1.13.1)
119+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
120+
fastlane-plugin-semantic_release (1.18.2)
112121
gh_inspector (1.1.3)
113-
google-apis-androidpublisher_v3 (0.10.0)
114-
google-apis-core (>= 0.4, < 2.a)
115-
google-apis-core (0.4.1)
122+
google-apis-androidpublisher_v3 (0.54.0)
123+
google-apis-core (>= 0.11.0, < 2.a)
124+
google-apis-core (0.11.3)
116125
addressable (~> 2.5, >= 2.5.1)
117126
googleauth (>= 0.16.2, < 2.a)
118127
httpclient (>= 2.8.1, < 3.a)
119128
mini_mime (~> 1.0)
120129
representable (~> 3.0)
121130
retriable (>= 2.0, < 4.a)
122131
rexml
123-
webrick
124-
google-apis-iamcredentials_v1 (0.7.0)
125-
google-apis-core (>= 0.4, < 2.a)
126-
google-apis-playcustomapp_v1 (0.5.0)
127-
google-apis-core (>= 0.4, < 2.a)
128-
google-apis-storage_v1 (0.6.0)
129-
google-apis-core (>= 0.4, < 2.a)
130-
google-cloud-core (1.6.0)
131-
google-cloud-env (~> 1.0)
132+
google-apis-iamcredentials_v1 (0.17.0)
133+
google-apis-core (>= 0.11.0, < 2.a)
134+
google-apis-playcustomapp_v1 (0.13.0)
135+
google-apis-core (>= 0.11.0, < 2.a)
136+
google-apis-storage_v1 (0.31.0)
137+
google-apis-core (>= 0.11.0, < 2.a)
138+
google-cloud-core (1.7.0)
139+
google-cloud-env (>= 1.0, < 3.a)
132140
google-cloud-errors (~> 1.0)
133-
google-cloud-env (1.5.0)
134-
faraday (>= 0.17.3, < 2.0)
135-
google-cloud-errors (1.1.0)
136-
google-cloud-storage (1.34.1)
137-
addressable (~> 2.5)
141+
google-cloud-env (1.6.0)
142+
faraday (>= 0.17.3, < 3.0)
143+
google-cloud-errors (1.4.0)
144+
google-cloud-storage (1.47.0)
145+
addressable (~> 2.8)
138146
digest-crc (~> 0.4)
139147
google-apis-iamcredentials_v1 (~> 0.1)
140-
google-apis-storage_v1 (~> 0.1)
148+
google-apis-storage_v1 (~> 0.31.0)
141149
google-cloud-core (~> 1.6)
142150
googleauth (>= 0.16.2, < 2.a)
143151
mini_mime (~> 1.0)
144-
googleauth (0.17.0)
145-
faraday (>= 0.17.3, < 2.0)
152+
googleauth (1.8.1)
153+
faraday (>= 0.17.3, < 3.a)
146154
jwt (>= 1.4, < 3.0)
147-
memoist (~> 0.16)
148155
multi_json (~> 1.11)
149156
os (>= 0.9, < 2.0)
150-
signet (~> 0.14)
157+
signet (>= 0.16, < 2.a)
151158
highline (2.0.3)
152-
http-cookie (1.0.4)
159+
http-cookie (1.0.6)
153160
domain_name (~> 0.5)
154161
httpclient (2.8.3)
155-
jmespath (1.6.1)
156-
json (2.5.1)
157-
jwt (2.2.3)
158-
memoist (0.16.2)
159-
mini_magick (4.11.0)
160-
mini_mime (1.1.1)
162+
jmespath (1.6.2)
163+
json (2.7.2)
164+
jwt (2.8.2)
165+
base64
166+
mini_magick (4.13.2)
167+
mini_mime (1.1.5)
161168
multi_json (1.15.0)
162-
multipart-post (2.0.0)
169+
multipart-post (2.4.1)
163170
nanaimo (0.3.0)
164171
naturally (2.2.1)
165-
optparse (0.1.1)
166-
os (1.1.1)
167-
plist (3.6.0)
168-
public_suffix (4.0.6)
169-
rake (13.0.6)
170-
representable (3.1.1)
172+
nkf (0.2.0)
173+
optparse (0.5.0)
174+
os (1.1.4)
175+
plist (3.7.1)
176+
public_suffix (6.0.0)
177+
rake (13.2.1)
178+
representable (3.2.0)
171179
declarative (< 0.1.0)
172180
trailblazer-option (>= 0.1.1, < 0.2.0)
173181
uber (< 0.2.0)
174182
retriable (3.1.2)
175-
rexml (3.2.8)
176-
strscan (>= 3.0.9)
183+
rexml (3.3.2)
184+
strscan
177185
rouge (2.0.7)
178186
ruby2_keywords (0.0.5)
179187
rubyzip (2.3.2)
180-
security (0.1.3)
181-
signet (0.15.0)
182-
addressable (~> 2.3)
183-
faraday (>= 0.17.3, < 2.0)
188+
security (0.1.5)
189+
signet (0.19.0)
190+
addressable (~> 2.8)
191+
faraday (>= 0.17.5, < 3.a)
184192
jwt (>= 1.5, < 3.0)
185193
multi_json (~> 1.10)
186-
simctl (1.6.8)
194+
simctl (1.6.10)
187195
CFPropertyList
188196
naturally
189197
strscan (3.1.0)
190198
terminal-notifier (2.0.0)
191-
terminal-table (1.8.0)
192-
unicode-display_width (~> 1.1, >= 1.1.1)
193-
trailblazer-option (0.1.1)
199+
terminal-table (3.0.2)
200+
unicode-display_width (>= 1.1.1, < 3)
201+
trailblazer-option (0.1.2)
194202
tty-cursor (0.7.1)
195-
tty-screen (0.8.1)
203+
tty-screen (0.8.2)
196204
tty-spinner (0.9.3)
197205
tty-cursor (~> 0.7)
198206
uber (0.1.0)
199-
unf (0.1.4)
200-
unf_ext
201-
unf_ext (0.0.7.7)
202-
unicode-display_width (1.7.0)
203-
webrick (1.7.0)
207+
unicode-display_width (2.5.0)
204208
word_wrap (1.0.0)
205-
xcodeproj (1.21.0)
209+
xcodeproj (1.19.0)
206210
CFPropertyList (>= 2.3.3, < 4.0)
207211
atomos (~> 0.1.3)
208212
claide (>= 1.0.2, < 2.0)
209213
colored2 (~> 3.1)
210214
nanaimo (~> 0.3.0)
211-
rexml (~> 3.2.4)
212215
xcpretty (0.3.0)
213216
rouge (~> 2.0.7)
214217
xcpretty-travis-formatter (1.0.1)
@@ -222,6 +225,7 @@ DEPENDENCIES
222225
fastlane
223226
fastlane-plugin-release_actions!
224227
fastlane-plugin-semantic_release
228+
rexml (>= 3.3.2)
225229

226230
BUNDLED WITH
227-
2.1.2
231+
2.2.3

0 commit comments

Comments
 (0)