Skip to content

Commit b585579

Browse files
committed
Update to latest fastlane
Which contains the fix for trainer to support SwiftTesting and correctly report test failures on those
1 parent 0bf07e8 commit b585579

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'cocoapods-catalyst-support', '~> 0.1'
1111
gem 'danger-dangermattic', '~> 1.2'
1212
gem 'dotenv'
1313
# 2.217.0 includes a fix for Xcode 15 test results parsing in CI
14-
gem 'fastlane', '~> 2.217'
14+
gem 'fastlane', '~> 2.227'
1515
gem 'fastlane-plugin-appcenter', '~> 2.0'
1616
gem 'fastlane-plugin-sentry', '~> 1.0'
1717
# This comment avoids typing to switch to a development version for testing.

Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,22 @@ GEM
2525
artifactory (3.0.17)
2626
ast (2.4.2)
2727
atomos (0.1.3)
28-
aws-eventstream (1.3.0)
29-
aws-partitions (1.1029.0)
30-
aws-sdk-core (3.214.1)
28+
aws-eventstream (1.3.2)
29+
aws-partitions (1.1065.0)
30+
aws-sdk-core (3.220.1)
3131
aws-eventstream (~> 1, >= 1.3.0)
3232
aws-partitions (~> 1, >= 1.992.0)
3333
aws-sigv4 (~> 1.9)
34+
base64
3435
jmespath (~> 1, >= 1.6.1)
35-
aws-sdk-kms (1.96.0)
36-
aws-sdk-core (~> 3, >= 3.210.0)
36+
aws-sdk-kms (1.99.0)
37+
aws-sdk-core (~> 3, >= 3.216.0)
3738
aws-sigv4 (~> 1.5)
38-
aws-sdk-s3 (1.176.1)
39-
aws-sdk-core (~> 3, >= 3.210.0)
39+
aws-sdk-s3 (1.182.0)
40+
aws-sdk-core (~> 3, >= 3.216.0)
4041
aws-sdk-kms (~> 1)
4142
aws-sigv4 (~> 1.5)
42-
aws-sigv4 (1.10.1)
43+
aws-sigv4 (1.11.0)
4344
aws-eventstream (~> 1, >= 1.0.2)
4445
babosa (1.0.4)
4546
base64 (0.2.0)
@@ -167,8 +168,8 @@ GEM
167168
faraday-retry (1.0.3)
168169
faraday_middleware (1.2.1)
169170
faraday (~> 1.0)
170-
fastimage (2.3.1)
171-
fastlane (2.226.0)
171+
fastimage (2.4.0)
172+
fastlane (2.227.0)
172173
CFPropertyList (>= 2.3, < 4.0.0)
173174
addressable (>= 2.8, < 3.0.0)
174175
artifactory (~> 3.0)
@@ -359,7 +360,7 @@ GEM
359360
ruby-macho (2.5.1)
360361
ruby-progressbar (1.13.0)
361362
ruby2_keywords (0.0.5)
362-
rubyzip (2.3.2)
363+
rubyzip (2.4.1)
363364
sawyer (0.9.2)
364365
addressable (>= 2.3.5)
365366
faraday (>= 0.17.3, < 3)
@@ -415,7 +416,7 @@ DEPENDENCIES
415416
cocoapods-catalyst-support (~> 0.1)
416417
danger-dangermattic (~> 1.2)
417418
dotenv
418-
fastlane (~> 2.217)
419+
fastlane (~> 2.227)
419420
fastlane-plugin-appcenter (~> 2.0)
420421
fastlane-plugin-sentry (~> 1.0)
421422
fastlane-plugin-wpmreleasetoolkit (~> 12.5)

0 commit comments

Comments
 (0)