Skip to content

Commit 23028b1

Browse files
Merge pull request #112 from Automattic/update/xcode-and-dependencies
2 parents 055a678 + 24deda5 commit 23028b1

File tree

3 files changed

+34
-32
lines changed

3 files changed

+34
-32
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- automattic/a8c-ci-toolkit#2.17.0
4+
- automattic/a8c-ci-toolkit#3.7.1
55
# Common environment values to use with the `env` key.
66
env: &common_env
7-
IMAGE_ID: xcode-15.0.1
7+
IMAGE_ID: xcode-16.1
88

99
# This is the default pipeline – it will build and test the app
1010
steps:

Gemfile.lock

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ GEM
1111
ast (2.4.2)
1212
atomos (0.1.3)
1313
aws-eventstream (1.3.0)
14-
aws-partitions (1.970.0)
15-
aws-sdk-core (3.202.2)
14+
aws-partitions (1.1001.0)
15+
aws-sdk-core (3.211.0)
1616
aws-eventstream (~> 1, >= 1.3.0)
17-
aws-partitions (~> 1, >= 1.651.0)
17+
aws-partitions (~> 1, >= 1.992.0)
1818
aws-sigv4 (~> 1.9)
1919
jmespath (~> 1, >= 1.6.1)
20-
aws-sdk-kms (1.88.0)
21-
aws-sdk-core (~> 3, >= 3.201.0)
20+
aws-sdk-kms (1.95.0)
21+
aws-sdk-core (~> 3, >= 3.210.0)
2222
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.159.0)
24-
aws-sdk-core (~> 3, >= 3.201.0)
23+
aws-sdk-s3 (1.169.0)
24+
aws-sdk-core (~> 3, >= 3.210.0)
2525
aws-sdk-kms (~> 1)
2626
aws-sigv4 (~> 1.5)
27-
aws-sigv4 (1.9.1)
27+
aws-sigv4 (1.10.1)
2828
aws-eventstream (~> 1, >= 1.0.2)
2929
babosa (1.0.4)
3030
base64 (0.2.0)
@@ -39,8 +39,8 @@ GEM
3939
domain_name (0.6.20240107)
4040
dotenv (2.8.1)
4141
emoji_regex (3.2.3)
42-
excon (0.111.0)
43-
faraday (1.10.3)
42+
excon (0.112.0)
43+
faraday (1.10.4)
4444
faraday-em_http (~> 1.0)
4545
faraday-em_synchrony (~> 1.0)
4646
faraday-excon (~> 1.1)
@@ -66,10 +66,10 @@ GEM
6666
faraday-patron (1.0.0)
6767
faraday-rack (1.0.0)
6868
faraday-retry (1.0.3)
69-
faraday_middleware (1.2.0)
69+
faraday_middleware (1.2.1)
7070
faraday (~> 1.0)
7171
fastimage (2.3.1)
72-
fastlane (2.222.0)
72+
fastlane (2.225.0)
7373
CFPropertyList (>= 2.3, < 4.0.0)
7474
addressable (>= 2.8, < 3.0.0)
7575
artifactory (~> 3.0)
@@ -85,6 +85,7 @@ GEM
8585
faraday-cookie_jar (~> 0.0.6)
8686
faraday_middleware (~> 1.0)
8787
fastimage (>= 2.1.0, < 3.0.0)
88+
fastlane-sirp (>= 1.0.0)
8889
gh_inspector (>= 1.1.2, < 2.0.0)
8990
google-apis-androidpublisher_v3 (~> 0.3)
9091
google-apis-playcustomapp_v1 (~> 0.1)
@@ -110,6 +111,8 @@ GEM
110111
xcodeproj (>= 1.13.0, < 2.0.0)
111112
xcpretty (~> 0.3.0)
112113
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
114+
fastlane-sirp (1.0.0)
115+
sysrandom (~> 1.0)
113116
gh_inspector (1.1.3)
114117
google-apis-androidpublisher_v3 (0.54.0)
115118
google-apis-core (>= 0.11.0, < 2.a)
@@ -152,21 +155,21 @@ GEM
152155
domain_name (~> 0.5)
153156
httpclient (2.8.3)
154157
jmespath (1.6.2)
155-
json (2.7.2)
156-
jwt (2.8.2)
158+
json (2.7.5)
159+
jwt (2.9.3)
157160
base64
158161
language_server-protocol (3.17.0.3)
159162
mini_magick (4.13.2)
160163
mini_mime (1.1.5)
161164
multi_json (1.15.0)
162165
multipart-post (2.4.1)
163-
nanaimo (0.3.0)
166+
nanaimo (0.4.0)
164167
naturally (2.2.1)
165168
nkf (0.2.0)
166169
optparse (0.5.0)
167170
os (1.1.4)
168171
parallel (1.26.3)
169-
parser (3.3.4.2)
172+
parser (3.3.5.1)
170173
ast (~> 2.4.1)
171174
racc
172175
plist (3.7.1)
@@ -180,20 +183,19 @@ GEM
180183
trailblazer-option (>= 0.1.1, < 0.2.0)
181184
uber (< 0.2.0)
182185
retriable (3.1.2)
183-
rexml (3.3.6)
184-
strscan
186+
rexml (3.3.9)
185187
rouge (2.0.7)
186-
rubocop (1.66.0)
188+
rubocop (1.68.0)
187189
json (~> 2.3)
188190
language_server-protocol (>= 3.17.0)
189191
parallel (~> 1.10)
190192
parser (>= 3.3.0.2)
191193
rainbow (>= 2.2.2, < 4.0)
192194
regexp_parser (>= 2.4, < 3.0)
193-
rubocop-ast (>= 1.32.1, < 2.0)
195+
rubocop-ast (>= 1.32.2, < 2.0)
194196
ruby-progressbar (~> 1.7)
195197
unicode-display_width (>= 2.4.0, < 3.0)
196-
rubocop-ast (1.32.2)
198+
rubocop-ast (1.33.0)
197199
parser (>= 3.3.1.0)
198200
ruby-progressbar (1.13.0)
199201
ruby2_keywords (0.0.5)
@@ -207,7 +209,7 @@ GEM
207209
simctl (1.6.10)
208210
CFPropertyList
209211
naturally
210-
strscan (3.1.0)
212+
sysrandom (1.0.5)
211213
terminal-notifier (2.0.0)
212214
terminal-table (3.0.2)
213215
unicode-display_width (>= 1.1.1, < 3)
@@ -217,15 +219,15 @@ GEM
217219
tty-spinner (0.9.3)
218220
tty-cursor (~> 0.7)
219221
uber (0.1.0)
220-
unicode-display_width (2.5.0)
222+
unicode-display_width (2.6.0)
221223
word_wrap (1.0.0)
222-
xcodeproj (1.25.0)
224+
xcodeproj (1.27.0)
223225
CFPropertyList (>= 2.3.3, < 4.0)
224226
atomos (~> 0.1.3)
225227
claide (>= 1.0.2, < 2.0)
226228
colored2 (~> 3.1)
227-
nanaimo (~> 0.3.0)
228-
rexml (>= 3.3.2, < 4.0)
229+
nanaimo (~> 0.4.0)
230+
rexml (>= 3.3.6, < 4.0)
229231
xcpretty (0.3.0)
230232
rouge (~> 2.0.7)
231233
xcpretty-travis-formatter (1.0.1)
@@ -241,4 +243,4 @@ DEPENDENCIES
241243
rubocop (~> 1.64)
242244

243245
BUNDLED WITH
244-
2.4.22
246+
2.5.22

fastlane/Fastfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ def get_required_env(key)
2626
ENV.fetch(key)
2727
end
2828

29-
before_all do |_lane|
29+
before_all do
3030
setup_ci # Fixes weird Keychain bugs
3131
end
3232

3333
desc 'Upload the Release Build products to Github under a new release'
34-
lane :upload_release do |_options|
34+
lane :upload_release do
3535
UI.user_error!('No build products are present – did you run `make build-release`?') if ARTIFACT_PATHS.empty?
3636

3737
create_release_zip
@@ -50,7 +50,7 @@ lane :upload_release do |_options|
5050
end
5151

5252
desc 'Download the development signing certificates to this machine'
53-
lane :set_up_signing do |_options|
53+
lane :set_up_signing do
5454
sync_code_signing(
5555
platform: 'macos',
5656
app_identifier: APPLE_BUNDLE_IDENTIFIER,

0 commit comments

Comments
 (0)