Skip to content

Commit ac8f34b

Browse files
authored
Get Cocoapods on a recent version (#309)
* Get Cocoapods on a recent version * Run Pod Lint CI on latest Xcode
1 parent 3df8eaa commit ac8f34b

File tree

3 files changed

+37
-26
lines changed

3 files changed

+37
-26
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ jobs:
8282
run: Scripts/upload-coverage-reports.sh ${{ matrix.platforms }}
8383
pod-lint:
8484
name: Pod Lint
85-
runs-on: macOS-13
85+
runs-on: macOS-14
8686
timeout-minutes: 30
8787
steps:
8888
- name: Checkout Repo
8989
uses: actions/checkout@v3
9090
- name: Bundle Install
9191
run: bundle install
9292
- name: Select Xcode Version
93-
run: sudo xcode-select --switch /Applications/Xcode_14.3.app/Contents/Developer
93+
run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer
9494
- name: Lint Podspec
9595
run: bundle exec pod lib lint --verbose --fail-fast --swift-version=5.4
9696
carthage:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem 'cocoapods', '~> 1.11.0'
3+
gem 'cocoapods', '~> 1.15.0'

Gemfile.lock

Lines changed: 34 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,49 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (6.1.7.6)
8+
activesupport (7.1.3.2)
9+
base64
10+
bigdecimal
711
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
connection_pool (>= 2.2.5)
13+
drb
814
i18n (>= 1.6, < 2)
915
minitest (>= 5.1)
16+
mutex_m
1017
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
18+
addressable (2.8.6)
1319
public_suffix (>= 2.0.2, < 6.0)
1420
algoliasearch (1.27.5)
1521
httpclient (~> 2.8, >= 2.8.3)
1622
json (>= 1.5.1)
1723
atomos (0.1.3)
24+
base64 (0.2.0)
25+
bigdecimal (3.1.7)
1826
claide (1.1.0)
19-
cocoapods (1.11.3)
27+
cocoapods (1.15.2)
2028
addressable (~> 2.8)
2129
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
30+
cocoapods-core (= 1.15.2)
2331
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
32+
cocoapods-downloader (>= 2.1, < 3.0)
2533
cocoapods-plugins (>= 1.0.0, < 2.0)
2634
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
35+
cocoapods-trunk (>= 1.6.0, < 2.0)
2836
cocoapods-try (>= 1.1.0, < 2.0)
2937
colored2 (~> 3.1)
3038
escape (~> 0.0.4)
3139
fourflusher (>= 2.3.0, < 3.0)
3240
gh_inspector (~> 1.0)
3341
molinillo (~> 0.8.0)
3442
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
43+
ruby-macho (>= 2.3.0, < 3.0)
44+
xcodeproj (>= 1.23.0, < 2.0)
45+
cocoapods-core (1.15.2)
46+
activesupport (>= 5.0, < 8)
3947
addressable (~> 2.8)
4048
algoliasearch (~> 1.0)
4149
concurrent-ruby (~> 1.1)
@@ -45,7 +53,7 @@ GEM
4553
public_suffix (~> 4.0)
4654
typhoeus (~> 1.0)
4755
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.6.3)
56+
cocoapods-downloader (2.1)
4957
cocoapods-plugins (1.0.0)
5058
nap
5159
cocoapods-search (1.0.1)
@@ -54,44 +62,47 @@ GEM
5462
netrc (~> 0.11)
5563
cocoapods-try (1.2.0)
5664
colored2 (3.1.2)
57-
concurrent-ruby (1.2.2)
65+
concurrent-ruby (1.2.3)
66+
connection_pool (2.4.1)
67+
drb (2.2.1)
5868
escape (0.0.4)
5969
ethon (0.16.0)
6070
ffi (>= 1.15.0)
61-
ffi (1.15.5)
71+
ffi (1.16.3)
6272
fourflusher (2.3.1)
6373
fuzzy_match (2.0.4)
6474
gh_inspector (1.1.3)
6575
httpclient (2.8.3)
66-
i18n (1.14.1)
76+
i18n (1.14.4)
6777
concurrent-ruby (~> 1.0)
68-
json (2.6.3)
69-
minitest (5.19.0)
78+
json (2.7.2)
79+
minitest (5.22.3)
7080
molinillo (0.8.0)
81+
mutex_m (0.2.0)
7182
nanaimo (0.3.0)
7283
nap (1.1.0)
7384
netrc (0.11.0)
85+
nkf (0.2.0)
7486
public_suffix (4.0.7)
75-
rexml (3.2.5)
87+
rexml (3.2.6)
7688
ruby-macho (2.5.1)
77-
typhoeus (1.4.0)
89+
typhoeus (1.4.1)
7890
ethon (>= 0.9.0)
7991
tzinfo (2.0.6)
8092
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.22.0)
93+
xcodeproj (1.24.0)
8294
CFPropertyList (>= 2.3.3, < 4.0)
8395
atomos (~> 0.1.3)
8496
claide (>= 1.0.2, < 2.0)
8597
colored2 (~> 3.1)
8698
nanaimo (~> 0.3.0)
8799
rexml (~> 3.2.4)
88-
zeitwerk (2.6.11)
89100

90101
PLATFORMS
91102
ruby
92103

93104
DEPENDENCIES
94-
cocoapods (~> 1.11.0)
105+
cocoapods (~> 1.15.0)
95106

96107
BUNDLED WITH
97108
2.3.7

0 commit comments

Comments
 (0)