Skip to content

Commit 1bfe5e4

Browse files
committed
Update Fastlane to version 2.219.0 to fetch a match bug fix
See fastlane/fastlane#21762 and the CI failure we got for the first 24.2.0.0 deployment attempt.
1 parent 396a7af commit 1bfe5e4

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ gem 'cocoapods', '~> 1.14'
66
gem 'commonmarker'
77
gem 'danger-dangermattic', git: 'https://github.com/Automattic/dangermattic'
88
gem 'dotenv'
9-
# 2.217.0 includes a fix for Xcode 15 test results parsing in CI
10-
gem 'fastlane', '~> 2.217'
9+
# 2.219.0 includes a fix for a bug introduced in 2.218.0
10+
# See https://github.com/fastlane/fastlane/issues/21762#issuecomment-1875208663
11+
gem 'fastlane', '~> 2.219'
1112
gem 'fastlane-plugin-appcenter', '~> 2.1'
1213
gem 'fastlane-plugin-sentry'
1314
# This comment avoids typing to switch to a development version for testing.

Gemfile.lock

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ GEM
179179
faraday_middleware (1.2.0)
180180
faraday (~> 1.0)
181181
fastimage (2.3.0)
182-
fastlane (2.218.0)
182+
fastlane (2.219.0)
183183
CFPropertyList (>= 2.3, < 4.0.0)
184184
addressable (>= 2.8, < 3.0.0)
185185
artifactory (~> 3.0)
@@ -198,6 +198,7 @@ GEM
198198
gh_inspector (>= 1.1.2, < 2.0.0)
199199
google-apis-androidpublisher_v3 (~> 0.3)
200200
google-apis-playcustomapp_v1 (~> 0.1)
201+
google-cloud-env (>= 1.6.0, < 2.0.0)
201202
google-cloud-storage (~> 1.31)
202203
highline (~> 2.0)
203204
http-cookie (~> 1.0.5)
@@ -246,40 +247,38 @@ GEM
246247
git (1.19.1)
247248
addressable (~> 2.8)
248249
rchardet (~> 1.8)
249-
google-apis-androidpublisher_v3 (0.56.0)
250-
google-apis-core (>= 0.12.0, < 2.a)
251-
google-apis-core (0.13.0)
250+
google-apis-androidpublisher_v3 (0.54.0)
251+
google-apis-core (>= 0.11.0, < 2.a)
252+
google-apis-core (0.11.3)
252253
addressable (~> 2.5, >= 2.5.1)
253-
googleauth (~> 1.9)
254+
googleauth (>= 0.16.2, < 2.a)
254255
httpclient (>= 2.8.1, < 3.a)
255256
mini_mime (~> 1.0)
256257
representable (~> 3.0)
257258
retriable (>= 2.0, < 4.a)
258259
rexml
259-
google-apis-iamcredentials_v1 (0.18.0)
260-
google-apis-core (>= 0.12.0, < 2.a)
261-
google-apis-playcustomapp_v1 (0.14.0)
262-
google-apis-core (>= 0.12.0, < 2.a)
263-
google-apis-storage_v1 (0.33.0)
264-
google-apis-core (>= 0.12.0, < 2.a)
260+
google-apis-iamcredentials_v1 (0.17.0)
261+
google-apis-core (>= 0.11.0, < 2.a)
262+
google-apis-playcustomapp_v1 (0.13.0)
263+
google-apis-core (>= 0.11.0, < 2.a)
264+
google-apis-storage_v1 (0.31.0)
265+
google-apis-core (>= 0.11.0, < 2.a)
265266
google-cloud-core (1.6.1)
266267
google-cloud-env (>= 1.0, < 3.a)
267268
google-cloud-errors (~> 1.0)
268-
google-cloud-env (2.1.1)
269-
faraday (>= 1.0, < 3.a)
269+
google-cloud-env (1.6.0)
270+
faraday (>= 0.17.3, < 3.0)
270271
google-cloud-errors (1.3.1)
271-
google-cloud-storage (1.48.1)
272+
google-cloud-storage (1.47.0)
272273
addressable (~> 2.8)
273274
digest-crc (~> 0.4)
274-
google-apis-core (~> 0.13)
275-
google-apis-iamcredentials_v1 (~> 0.18)
276-
google-apis-storage_v1 (~> 0.33)
275+
google-apis-iamcredentials_v1 (~> 0.1)
276+
google-apis-storage_v1 (~> 0.31.0)
277277
google-cloud-core (~> 1.6)
278-
googleauth (~> 1.9)
278+
googleauth (>= 0.16.2, < 2.a)
279279
mini_mime (~> 1.0)
280-
googleauth (1.9.2)
281-
faraday (>= 1.0, < 3.a)
282-
google-cloud-env (~> 2.1)
280+
googleauth (1.8.1)
281+
faraday (>= 0.17.3, < 3.a)
283282
jwt (>= 1.4, < 3.0)
284283
multi_json (~> 1.11)
285284
os (>= 0.9, < 2.0)
@@ -415,7 +414,7 @@ DEPENDENCIES
415414
commonmarker
416415
danger-dangermattic!
417416
dotenv
418-
fastlane (~> 2.217)
417+
fastlane (~> 2.219)
419418
fastlane-plugin-appcenter (~> 2.1)
420419
fastlane-plugin-sentry
421420
fastlane-plugin-wpmreleasetoolkit (~> 9.3)

0 commit comments

Comments
 (0)