Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 940dc96

Browse files
authored
Tools Update: Xcode 14, bash-cache 2.8.0 (#316)
2 parents 2ba9db3 + 398df62 commit 940dc96

File tree

3 files changed

+40
-50
lines changed

3 files changed

+40
-50
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- &bash_cache automattic/bash-cache#2.7.0: ~
4+
- &bash_cache automattic/bash-cache#2.8.0
55
env: &common_env
6-
IMAGE_ID: xcode-13.4.1
6+
IMAGE_ID: xcode-14
77

88
# This is the default pipeline – it will build and test the pod
99
steps:
@@ -13,9 +13,6 @@ steps:
1313
- label: "🧪 Build and Test iOS"
1414
key: "test"
1515
command: |
16-
# Workaround for https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
17-
gem install bundler
18-
1916
build_and_test_pod
2017
env: *common_env
2118
plugins: *common_plugins
@@ -27,9 +24,6 @@ steps:
2724
- label: "🔬 Validate Podspec"
2825
key: "validate"
2926
command: |
30-
# Workaround for https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
31-
gem install bundler
32-
3327
validate_podspec
3428
env: *common_env
3529
plugins: *common_plugins
@@ -41,9 +35,6 @@ steps:
4135
- label: "🧹 Lint"
4236
key: "lint"
4337
command: |
44-
# Workaround for https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
45-
gem install bundler
46-
4738
lint_pod
4839
env: *common_env
4940
plugins: *common_plugins
@@ -54,9 +45,6 @@ steps:
5445
- label: "⬆️ Publish Podspec"
5546
key: "publish"
5647
command: |
57-
# Workaround for https://github.com/Automattic/bash-cache-buildkite-plugin/issues/16
58-
gem install bundler
59-
6048
.buildkite/publish-pod.sh
6149
env: *common_env
6250
plugins: *common_plugins

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'cocoapods', '~> 1.10'
5+
gem 'cocoapods', '~> 1.11'
66
gem 'cocoapods-check', '~> 1.1'
77
gem 'fastlane', '~> 2.189'
88
gem 'rubocop', '~> 1.18'

Gemfile.lock

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.6)
4+
CFPropertyList (3.0.5)
5+
rexml
6+
activesupport (6.1.7)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.8.0)
11-
public_suffix (>= 2.0.2, < 5.0)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.1)
13+
public_suffix (>= 2.0.2, < 6.0)
1214
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
1416
json (>= 1.5.1)
@@ -32,11 +34,11 @@ GEM
3234
aws-sigv4 (1.2.4)
3335
aws-eventstream (~> 1, >= 1.0.2)
3436
babosa (1.0.4)
35-
claide (1.0.3)
36-
cocoapods (1.10.2)
37-
addressable (~> 2.6)
37+
claide (1.1.0)
38+
cocoapods (1.11.3)
39+
addressable (~> 2.8)
3840
claide (>= 1.0.2, < 2.0)
39-
cocoapods-core (= 1.10.2)
41+
cocoapods-core (= 1.11.3)
4042
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4143
cocoapods-downloader (>= 1.4.0, < 2.0)
4244
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -47,36 +49,36 @@ GEM
4749
escape (~> 0.0.4)
4850
fourflusher (>= 2.3.0, < 3.0)
4951
gh_inspector (~> 1.0)
50-
molinillo (~> 0.6.6)
52+
molinillo (~> 0.8.0)
5153
nap (~> 1.0)
52-
ruby-macho (~> 1.4)
53-
xcodeproj (>= 1.19.0, < 2.0)
54+
ruby-macho (>= 1.0, < 3.0)
55+
xcodeproj (>= 1.21.0, < 2.0)
5456
cocoapods-check (1.1.0)
5557
cocoapods (~> 1.0)
56-
cocoapods-core (1.10.2)
57-
activesupport (> 5.0, < 6)
58-
addressable (~> 2.6)
58+
cocoapods-core (1.11.3)
59+
activesupport (>= 5.0, < 7)
60+
addressable (~> 2.8)
5961
algoliasearch (~> 1.0)
6062
concurrent-ruby (~> 1.1)
6163
fuzzy_match (~> 2.0.4)
6264
nap (~> 1.0)
6365
netrc (~> 0.11)
64-
public_suffix
66+
public_suffix (~> 4.0)
6567
typhoeus (~> 1.0)
6668
cocoapods-deintegrate (1.0.5)
67-
cocoapods-downloader (1.4.0)
69+
cocoapods-downloader (1.6.3)
6870
cocoapods-plugins (1.0.0)
6971
nap
7072
cocoapods-search (1.0.1)
71-
cocoapods-trunk (1.5.0)
73+
cocoapods-trunk (1.6.0)
7274
nap (>= 0.8, < 2.0)
7375
netrc (~> 0.11)
7476
cocoapods-try (1.2.0)
7577
colored (1.2)
7678
colored2 (3.1.2)
7779
commander (4.6.0)
7880
highline (~> 2.0.0)
79-
concurrent-ruby (1.1.9)
81+
concurrent-ruby (1.1.10)
8082
declarative (0.0.20)
8183
digest-crc (0.6.4)
8284
rake (>= 12.0.0, < 14.0.0)
@@ -85,7 +87,7 @@ GEM
8587
dotenv (2.7.6)
8688
emoji_regex (3.2.2)
8789
escape (0.0.4)
88-
ethon (0.14.0)
90+
ethon (0.15.0)
8991
ffi (>= 1.15.0)
9092
excon (0.85.0)
9193
faraday (1.7.0)
@@ -151,7 +153,7 @@ GEM
151153
xcodeproj (>= 1.13.0, < 2.0.0)
152154
xcpretty (~> 0.3.0)
153155
xcpretty-travis-formatter (>= 0.0.3)
154-
ffi (1.15.3)
156+
ffi (1.15.5)
155157
fourflusher (2.3.1)
156158
fuzzy_match (2.0.4)
157159
gh_inspector (1.1.3)
@@ -197,16 +199,16 @@ GEM
197199
http-cookie (1.0.4)
198200
domain_name (~> 0.5)
199201
httpclient (2.8.3)
200-
i18n (1.8.10)
202+
i18n (1.12.0)
201203
concurrent-ruby (~> 1.0)
202204
jmespath (1.4.0)
203-
json (2.5.1)
205+
json (2.6.2)
204206
jwt (2.2.3)
205207
memoist (0.16.2)
206208
mini_magick (4.11.0)
207209
mini_mime (1.1.0)
208-
minitest (5.14.4)
209-
molinillo (0.6.6)
210+
minitest (5.16.3)
211+
molinillo (0.8.0)
210212
multi_json (1.15.0)
211213
multipart-post (2.0.0)
212214
nanaimo (0.3.0)
@@ -218,7 +220,7 @@ GEM
218220
parser (3.0.2.0)
219221
ast (~> 2.4.1)
220222
plist (3.6.0)
221-
public_suffix (4.0.6)
223+
public_suffix (4.0.7)
222224
rainbow (3.0.0)
223225
rake (13.0.6)
224226
regexp_parser (2.1.1)
@@ -240,7 +242,7 @@ GEM
240242
unicode-display_width (>= 1.4.0, < 3.0)
241243
rubocop-ast (1.10.0)
242244
parser (>= 3.0.1.1)
243-
ruby-macho (1.4.0)
245+
ruby-macho (2.5.1)
244246
ruby-progressbar (1.11.0)
245247
ruby2_keywords (0.0.5)
246248
rubyzip (2.3.2)
@@ -256,24 +258,23 @@ GEM
256258
terminal-notifier (2.0.0)
257259
terminal-table (1.8.0)
258260
unicode-display_width (~> 1.1, >= 1.1.1)
259-
thread_safe (0.3.6)
260261
trailblazer-option (0.1.1)
261262
tty-cursor (0.7.1)
262263
tty-screen (0.8.1)
263264
tty-spinner (0.9.3)
264265
tty-cursor (~> 0.7)
265266
typhoeus (1.4.0)
266267
ethon (>= 0.9.0)
267-
tzinfo (1.2.9)
268-
thread_safe (~> 0.1)
268+
tzinfo (2.0.5)
269+
concurrent-ruby (~> 1.0)
269270
uber (0.1.0)
270271
unf (0.1.4)
271272
unf_ext
272273
unf_ext (0.0.7.7)
273274
unicode-display_width (1.7.0)
274275
webrick (1.7.0)
275276
word_wrap (1.0.0)
276-
xcodeproj (1.21.0)
277+
xcodeproj (1.22.0)
277278
CFPropertyList (>= 2.3.3, < 4.0)
278279
atomos (~> 0.1.3)
279280
claide (>= 1.0.2, < 2.0)
@@ -284,15 +285,16 @@ GEM
284285
rouge (~> 2.0.7)
285286
xcpretty-travis-formatter (1.0.1)
286287
xcpretty (~> 0.2, >= 0.0.7)
288+
zeitwerk (2.6.1)
287289

288290
PLATFORMS
289291
ruby
290292

291293
DEPENDENCIES
292-
cocoapods (~> 1.10)
294+
cocoapods (~> 1.11)
293295
cocoapods-check (~> 1.1)
294296
fastlane (~> 2.189)
295297
rubocop (~> 1.18)
296298

297299
BUNDLED WITH
298-
2.2.14
300+
2.3.22

0 commit comments

Comments
 (0)