Skip to content

Commit b832600

Browse files
authored
chore: update rexml to 3.3.2 (#2875)
1 parent bb8bc1c commit b832600

File tree

2 files changed

+105
-96
lines changed

2 files changed

+105
-96
lines changed

scripts/Gemfile

+1
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)

scripts/Gemfile.lock

+104-96
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,50 +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.478.0)
19-
aws-sdk-core (3.117.0)
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.44.0)
25-
aws-sdk-core (~> 3, >= 3.112.0)
26-
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.96.1)
28-
aws-sdk-core (~> 3, >= 3.112.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.3)
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.84.0)
47-
faraday (1.5.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)
55-
multipart-post (>= 1.2, < 3)
59+
faraday-rack (~> 1.0)
60+
faraday-retry (~> 1.0)
5661
ruby2_keywords (>= 0.0.4)
5762
faraday-cookie_jar (0.0.7)
5863
faraday (>= 0.8.0)
@@ -61,20 +66,24 @@ GEM
6166
faraday-em_synchrony (1.0.0)
6267
faraday-excon (1.1.0)
6368
faraday-httpclient (1.0.1)
69+
faraday-multipart (1.0.4)
70+
multipart-post (~> 2)
6471
faraday-net_http (1.0.1)
6572
faraday-net_http_persistent (1.2.0)
6673
faraday-patron (1.0.0)
67-
faraday_middleware (1.0.0)
74+
faraday-rack (1.0.0)
75+
faraday-retry (1.0.3)
76+
faraday_middleware (1.2.0)
6877
faraday (~> 1.0)
69-
fastimage (2.2.4)
70-
fastlane (2.187.0)
78+
fastimage (2.3.1)
79+
fastlane (2.221.1)
7180
CFPropertyList (>= 2.3, < 4.0.0)
72-
addressable (>= 2.3, < 3.0.0)
81+
addressable (>= 2.8, < 3.0.0)
7382
artifactory (~> 3.0)
7483
aws-sdk-s3 (~> 1.0)
7584
babosa (>= 1.0.3, < 2.0.0)
7685
bundler (>= 1.12.0, < 3.0.0)
77-
colored
86+
colored (~> 1.2)
7887
commander (~> 4.6)
7988
dotenv (>= 2.1.1, < 3.0.0)
8089
emoji_regex (>= 0.1, < 4.0)
@@ -84,127 +93,125 @@ GEM
8493
faraday_middleware (~> 1.0)
8594
fastimage (>= 2.1.0, < 3.0.0)
8695
gh_inspector (>= 1.1.2, < 2.0.0)
87-
google-apis-androidpublisher_v3 (~> 0.1)
96+
google-apis-androidpublisher_v3 (~> 0.3)
8897
google-apis-playcustomapp_v1 (~> 0.1)
98+
google-cloud-env (>= 1.6.0, < 2.0.0)
8999
google-cloud-storage (~> 1.31)
90100
highline (~> 2.0)
101+
http-cookie (~> 1.0.5)
91102
json (< 3.0.0)
92103
jwt (>= 2.1.0, < 3)
93104
mini_magick (>= 4.9.4, < 5.0.0)
94-
multipart-post (~> 2.0.0)
105+
multipart-post (>= 2.0.0, < 3.0.0)
95106
naturally (~> 2.2)
107+
optparse (>= 0.1.1, < 1.0.0)
96108
plist (>= 3.1.0, < 4.0.0)
97109
rubyzip (>= 2.0.0, < 3.0.0)
98-
security (= 0.1.3)
110+
security (= 0.1.5)
99111
simctl (~> 1.6.3)
100112
terminal-notifier (>= 2.0.0, < 3.0.0)
101-
terminal-table (>= 1.4.5, < 2.0.0)
113+
terminal-table (~> 3)
102114
tty-screen (>= 0.6.3, < 1.0.0)
103115
tty-spinner (>= 0.8.0, < 1.0.0)
104116
word_wrap (~> 1.0.0)
105117
xcodeproj (>= 1.13.0, < 2.0.0)
106118
xcpretty (~> 0.3.0)
107-
xcpretty-travis-formatter (>= 0.0.3)
108-
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)
109121
gh_inspector (1.1.3)
110-
google-apis-androidpublisher_v3 (0.8.0)
111-
google-apis-core (>= 0.4, < 2.a)
112-
google-apis-core (0.4.0)
122+
google-apis-androidpublisher_v3 (0.54.0)
123+
google-apis-core (>= 0.11.0, < 2.a)
124+
google-apis-core (0.11.3)
113125
addressable (~> 2.5, >= 2.5.1)
114126
googleauth (>= 0.16.2, < 2.a)
115127
httpclient (>= 2.8.1, < 3.a)
116128
mini_mime (~> 1.0)
117129
representable (~> 3.0)
118130
retriable (>= 2.0, < 4.a)
119131
rexml
120-
webrick
121-
google-apis-iamcredentials_v1 (0.6.0)
122-
google-apis-core (>= 0.4, < 2.a)
123-
google-apis-playcustomapp_v1 (0.5.0)
124-
google-apis-core (>= 0.4, < 2.a)
125-
google-apis-storage_v1 (0.6.0)
126-
google-apis-core (>= 0.4, < 2.a)
127-
google-cloud-core (1.6.0)
128-
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)
129140
google-cloud-errors (~> 1.0)
130-
google-cloud-env (1.5.0)
131-
faraday (>= 0.17.3, < 2.0)
132-
google-cloud-errors (1.1.0)
133-
google-cloud-storage (1.34.1)
134-
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)
135146
digest-crc (~> 0.4)
136147
google-apis-iamcredentials_v1 (~> 0.1)
137-
google-apis-storage_v1 (~> 0.1)
148+
google-apis-storage_v1 (~> 0.31.0)
138149
google-cloud-core (~> 1.6)
139150
googleauth (>= 0.16.2, < 2.a)
140151
mini_mime (~> 1.0)
141-
googleauth (0.16.2)
142-
faraday (>= 0.17.3, < 2.0)
152+
googleauth (1.8.1)
153+
faraday (>= 0.17.3, < 3.a)
143154
jwt (>= 1.4, < 3.0)
144-
memoist (~> 0.16)
145155
multi_json (~> 1.11)
146156
os (>= 0.9, < 2.0)
147-
signet (~> 0.14)
157+
signet (>= 0.16, < 2.a)
148158
highline (2.0.3)
149-
http-cookie (1.0.4)
159+
http-cookie (1.0.6)
150160
domain_name (~> 0.5)
151161
httpclient (2.8.3)
152-
jmespath (1.6.1)
153-
json (2.5.1)
154-
jwt (2.2.3)
155-
memoist (0.16.2)
156-
mini_magick (4.11.0)
157-
mini_mime (1.1.0)
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)
158168
multi_json (1.15.0)
159-
multipart-post (2.0.0)
169+
multipart-post (2.4.1)
160170
nanaimo (0.3.0)
161171
naturally (2.2.1)
162-
os (1.1.1)
163-
plist (3.6.0)
164-
public_suffix (4.0.6)
165-
rake (13.0.6)
166-
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)
167179
declarative (< 0.1.0)
168180
trailblazer-option (>= 0.1.1, < 0.2.0)
169181
uber (< 0.2.0)
170182
retriable (3.1.2)
171-
rexml (3.2.8)
172-
strscan (>= 3.0.9)
183+
rexml (3.3.2)
184+
strscan
173185
rouge (2.0.7)
174-
ruby2_keywords (0.0.4)
186+
ruby2_keywords (0.0.5)
175187
rubyzip (2.3.2)
176-
security (0.1.3)
177-
signet (0.15.0)
178-
addressable (~> 2.3)
179-
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)
180192
jwt (>= 1.5, < 3.0)
181193
multi_json (~> 1.10)
182-
simctl (1.6.8)
194+
simctl (1.6.10)
183195
CFPropertyList
184196
naturally
185197
strscan (3.1.0)
186198
terminal-notifier (2.0.0)
187-
terminal-table (1.8.0)
188-
unicode-display_width (~> 1.1, >= 1.1.1)
189-
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)
190202
tty-cursor (0.7.1)
191-
tty-screen (0.8.1)
203+
tty-screen (0.8.2)
192204
tty-spinner (0.9.3)
193205
tty-cursor (~> 0.7)
194206
uber (0.1.0)
195-
unf (0.1.4)
196-
unf_ext
197-
unf_ext (0.0.7.7)
198-
unicode-display_width (1.7.0)
199-
webrick (1.8.1)
207+
unicode-display_width (2.5.0)
200208
word_wrap (1.0.0)
201-
xcodeproj (1.20.0)
209+
xcodeproj (1.19.0)
202210
CFPropertyList (>= 2.3.3, < 4.0)
203211
atomos (~> 0.1.3)
204212
claide (>= 1.0.2, < 2.0)
205213
colored2 (~> 3.1)
206214
nanaimo (~> 0.3.0)
207-
rexml (~> 3.2.4)
208215
xcpretty (0.3.0)
209216
rouge (~> 2.0.7)
210217
xcpretty-travis-formatter (1.0.1)
@@ -218,6 +225,7 @@ DEPENDENCIES
218225
fastlane
219226
fastlane-plugin-release_actions!
220227
fastlane-plugin-semantic_release
228+
rexml (>= 3.3.2)
221229

222230
BUNDLED WITH
223-
2.1.2
231+
2.2.3

0 commit comments

Comments
 (0)