Skip to content

Commit 33aa52a

Browse files
committed
Update fastlane to version 2.203.0 to get scan improvements
Recent versions of Fastlane introduced changes in `scan` which might help with a particular issue we're seeing on our end, where UI tests succeeds on an automatic retry, but the CI result is still a failure. E.g.: https://app.circleci.com/pipelines/github/wordpress-mobile/WordPress-iOS/27149/workflows/a49cf831-2fd8-4e49-b3d2-f4fe9550c204/jobs/64928 For some of the recent `scan` changes, see: - https://github.com/fastlane/fastlane/releases/tag/2.201.0 - https://github.com/fastlane/fastlane/releases/tag/2.201.1 - https://github.com/fastlane/fastlane/releases/tag/2.201.2 - https://github.com/fastlane/fastlane/releases/tag/2.203.0
1 parent 1efd4e4 commit 33aa52a

1 file changed

Lines changed: 36 additions & 32 deletions

File tree

Gemfile.lock

Lines changed: 36 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.4)
4+
CFPropertyList (3.0.5)
55
rexml
66
activesupport (5.2.6)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -16,25 +16,25 @@ GEM
1616
artifactory (3.0.15)
1717
atomos (0.1.3)
1818
aws-eventstream (1.2.0)
19-
aws-partitions (1.509.0)
20-
aws-sdk-core (3.121.1)
19+
aws-partitions (1.551.0)
20+
aws-sdk-core (3.125.5)
2121
aws-eventstream (~> 1, >= 1.0.2)
22-
aws-partitions (~> 1, >= 1.239.0)
22+
aws-partitions (~> 1, >= 1.525.0)
2323
aws-sigv4 (~> 1.1)
2424
jmespath (~> 1.0)
25-
aws-sdk-kms (1.48.0)
26-
aws-sdk-core (~> 3, >= 3.120.0)
25+
aws-sdk-kms (1.53.0)
26+
aws-sdk-core (~> 3, >= 3.125.0)
2727
aws-sigv4 (~> 1.1)
28-
aws-sdk-s3 (1.103.0)
29-
aws-sdk-core (~> 3, >= 3.120.0)
28+
aws-sdk-s3 (1.111.3)
29+
aws-sdk-core (~> 3, >= 3.125.0)
3030
aws-sdk-kms (~> 1)
3131
aws-sigv4 (~> 1.4)
3232
aws-sigv4 (1.4.0)
3333
aws-eventstream (~> 1, >= 1.0.2)
3434
babosa (1.0.4)
3535
bigdecimal (1.4.4)
3636
chroma (0.2.0)
37-
claide (1.0.3)
37+
claide (1.1.0)
3838
cocoapods (1.10.1)
3939
addressable (~> 2.6)
4040
claide (>= 1.0.2, < 2.0)
@@ -91,17 +91,18 @@ GEM
9191
escape (0.0.4)
9292
ethon (0.14.0)
9393
ffi (>= 1.15.0)
94-
excon (0.85.0)
95-
faraday (1.8.0)
94+
excon (0.90.0)
95+
faraday (1.9.3)
9696
faraday-em_http (~> 1.0)
9797
faraday-em_synchrony (~> 1.0)
9898
faraday-excon (~> 1.1)
99-
faraday-httpclient (~> 1.0.1)
99+
faraday-httpclient (~> 1.0)
100+
faraday-multipart (~> 1.0)
100101
faraday-net_http (~> 1.0)
101-
faraday-net_http_persistent (~> 1.1)
102+
faraday-net_http_persistent (~> 1.0)
102103
faraday-patron (~> 1.0)
103104
faraday-rack (~> 1.0)
104-
multipart-post (>= 1.2, < 3)
105+
faraday-retry (~> 1.0)
105106
ruby2_keywords (>= 0.0.4)
106107
faraday-cookie_jar (0.0.7)
107108
faraday (>= 0.8.0)
@@ -110,14 +111,17 @@ GEM
110111
faraday-em_synchrony (1.0.0)
111112
faraday-excon (1.1.0)
112113
faraday-httpclient (1.0.1)
114+
faraday-multipart (1.0.3)
115+
multipart-post (>= 1.2, < 3)
113116
faraday-net_http (1.0.1)
114117
faraday-net_http_persistent (1.2.0)
115118
faraday-patron (1.0.0)
116119
faraday-rack (1.0.0)
117-
faraday_middleware (1.1.0)
120+
faraday-retry (1.0.3)
121+
faraday_middleware (1.2.0)
118122
faraday (~> 1.0)
119-
fastimage (2.2.5)
120-
fastlane (2.195.0)
123+
fastimage (2.2.6)
124+
fastlane (2.203.0)
121125
CFPropertyList (>= 2.3, < 4.0.0)
122126
addressable (>= 2.8, < 3.0.0)
123127
artifactory (~> 3.0)
@@ -184,9 +188,9 @@ GEM
184188
gh_inspector (1.1.3)
185189
git (1.10.2)
186190
rchardet (~> 1.8)
187-
google-apis-androidpublisher_v3 (0.11.0)
191+
google-apis-androidpublisher_v3 (0.16.0)
188192
google-apis-core (>= 0.4, < 2.a)
189-
google-apis-core (0.4.1)
193+
google-apis-core (0.4.2)
190194
addressable (~> 2.5, >= 2.5.1)
191195
googleauth (>= 0.16.2, < 2.a)
192196
httpclient (>= 2.8.1, < 3.a)
@@ -195,27 +199,27 @@ GEM
195199
retriable (>= 2.0, < 4.a)
196200
rexml
197201
webrick
198-
google-apis-iamcredentials_v1 (0.7.0)
202+
google-apis-iamcredentials_v1 (0.10.0)
199203
google-apis-core (>= 0.4, < 2.a)
200-
google-apis-playcustomapp_v1 (0.5.0)
204+
google-apis-playcustomapp_v1 (0.7.0)
201205
google-apis-core (>= 0.4, < 2.a)
202-
google-apis-storage_v1 (0.8.0)
206+
google-apis-storage_v1 (0.11.0)
203207
google-apis-core (>= 0.4, < 2.a)
204208
google-cloud-core (1.6.0)
205209
google-cloud-env (~> 1.0)
206210
google-cloud-errors (~> 1.0)
207211
google-cloud-env (1.5.0)
208212
faraday (>= 0.17.3, < 2.0)
209213
google-cloud-errors (1.2.0)
210-
google-cloud-storage (1.34.1)
211-
addressable (~> 2.5)
214+
google-cloud-storage (1.36.0)
215+
addressable (~> 2.8)
212216
digest-crc (~> 0.4)
213217
google-apis-iamcredentials_v1 (~> 0.1)
214218
google-apis-storage_v1 (~> 0.1)
215219
google-cloud-core (~> 1.6)
216220
googleauth (>= 0.16.2, < 2.a)
217221
mini_mime (~> 1.0)
218-
googleauth (1.0.0)
222+
googleauth (1.1.0)
219223
faraday (>= 0.17.3, < 2.0)
220224
jwt (>= 1.4, < 3.0)
221225
memoist (~> 0.16)
@@ -228,15 +232,15 @@ GEM
228232
httpclient (2.8.3)
229233
i18n (1.8.11)
230234
concurrent-ruby (~> 1.0)
231-
jmespath (1.4.0)
232-
json (2.5.1)
235+
jmespath (1.5.0)
236+
json (2.6.1)
233237
jsonlint (0.3.0)
234238
oj (~> 3)
235239
optimist (~> 3)
236-
jwt (2.2.3)
240+
jwt (2.3.0)
237241
memoist (0.16.2)
238242
mini_magick (4.11.0)
239-
mini_mime (1.1.1)
243+
mini_mime (1.1.2)
240244
mini_portile2 (2.7.1)
241245
minitest (5.14.4)
242246
molinillo (0.6.6)
@@ -256,7 +260,7 @@ GEM
256260
optimist (3.0.1)
257261
options (2.3.2)
258262
optparse (0.1.1)
259-
os (1.1.1)
263+
os (1.1.4)
260264
parallel (1.21.0)
261265
plist (3.6.0)
262266
progress_bar (1.3.3)
@@ -297,7 +301,7 @@ GEM
297301
terminal-table (1.8.0)
298302
unicode-display_width (~> 1.1, >= 1.1.1)
299303
thread_safe (0.3.6)
300-
trailblazer-option (0.1.1)
304+
trailblazer-option (0.1.2)
301305
trainer (0.9.1)
302306
fastlane (>= 2.25.0)
303307
plist (>= 3.1.0, < 4.0.0)
@@ -347,4 +351,4 @@ DEPENDENCIES
347351
xcpretty-travis-formatter
348352

349353
BUNDLED WITH
350-
2.2.31
354+
2.2.32

0 commit comments

Comments
 (0)