Skip to content

Commit 27ab2b3

Browse files
committed
Update CocoaPods to 1.12.1 to fix issue with Xcode 14.3 toolchain
See CocoaPods/CocoaPods#11808
1 parent aaa44ce commit 27ab2b3

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

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.11'
5+
gem 'cocoapods', '~> 1.12', '>= 1.12.1'
66
gem 'commonmarker'
77
gem 'danger', '~> 9.3'
88
gem 'danger-rubocop', '~> 0.10'

Gemfile.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.3)
6+
activesupport (7.0.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
1211
addressable (2.8.4)
1312
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
@@ -43,26 +42,26 @@ GEM
4342
cork
4443
nap
4544
open4 (~> 1.3)
46-
cocoapods (1.11.3)
45+
cocoapods (1.12.1)
4746
addressable (~> 2.8)
4847
claide (>= 1.0.2, < 2.0)
49-
cocoapods-core (= 1.11.3)
48+
cocoapods-core (= 1.12.1)
5049
cocoapods-deintegrate (>= 1.0.3, < 2.0)
51-
cocoapods-downloader (>= 1.4.0, < 2.0)
50+
cocoapods-downloader (>= 1.6.0, < 2.0)
5251
cocoapods-plugins (>= 1.0.0, < 2.0)
5352
cocoapods-search (>= 1.0.0, < 2.0)
54-
cocoapods-trunk (>= 1.4.0, < 2.0)
53+
cocoapods-trunk (>= 1.6.0, < 2.0)
5554
cocoapods-try (>= 1.1.0, < 2.0)
5655
colored2 (~> 3.1)
5756
escape (~> 0.0.4)
5857
fourflusher (>= 2.3.0, < 3.0)
5958
gh_inspector (~> 1.0)
6059
molinillo (~> 0.8.0)
6160
nap (~> 1.0)
62-
ruby-macho (>= 1.0, < 3.0)
61+
ruby-macho (>= 2.3.0, < 3.0)
6362
xcodeproj (>= 1.21.0, < 2.0)
64-
cocoapods-core (1.11.3)
65-
activesupport (>= 5.0, < 7)
63+
cocoapods-core (1.12.1)
64+
activesupport (>= 5.0, < 8)
6665
addressable (~> 2.8)
6766
algoliasearch (~> 1.0)
6867
concurrent-ruby (~> 1.1)
@@ -113,7 +112,7 @@ GEM
113112
dotenv (2.8.1)
114113
emoji_regex (3.2.3)
115114
escape (0.0.4)
116-
ethon (0.15.0)
115+
ethon (0.16.0)
117116
ffi (>= 1.15.0)
118117
excon (0.99.0)
119118
faraday (1.10.3)
@@ -203,7 +202,7 @@ GEM
203202
progress_bar (~> 1.3)
204203
rake (>= 12.3, < 14.0)
205204
rake-compiler (~> 1.0)
206-
ffi (1.15.4)
205+
ffi (1.15.5)
207206
fourflusher (2.3.1)
208207
fuzzy_match (2.0.4)
209208
gh_inspector (1.1.3)
@@ -366,13 +365,12 @@ GEM
366365
rouge (~> 2.0.7)
367366
xcpretty-travis-formatter (1.0.1)
368367
xcpretty (~> 0.2, >= 0.0.7)
369-
zeitwerk (2.6.8)
370368

371369
PLATFORMS
372370
ruby
373371

374372
DEPENDENCIES
375-
cocoapods (~> 1.11)
373+
cocoapods (~> 1.12, >= 1.12.1)
376374
commonmarker
377375
danger (~> 9.3)
378376
danger-rubocop (~> 0.10)

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,4 +902,4 @@ SPEC CHECKSUMS:
902902

903903
PODFILE CHECKSUM: 8f3801df87501615cc7418c5a128cd9136848813
904904

905-
COCOAPODS: 1.11.3
905+
COCOAPODS: 1.12.1

0 commit comments

Comments
 (0)