Skip to content

Commit df88bd6

Browse files
committed
chore: Upgrade CocoaPods to 1.16.2
1 parent 75a7b77 commit df88bd6

2 files changed

Lines changed: 25 additions & 29 deletions

File tree

example/Gemfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ source 'https://rubygems.org'
44
ruby ">= 2.6.10"
55

66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7-
gem 'cocoapods', '>= 1.13', '!= 1.15.1', '!= 1.15.0'
8-
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
7+
gem 'cocoapods', '>= 1.16.2', '< 2.0'
8+
gem 'activesupport', '>= 6.1.7.5', '< 8.0', '!= 7.1.0'
9+
gem 'xcodeproj', '>= 1.27.0', '< 2.0'
1110

1211
# Ruby 3.4.0 has removed some libraries from the standard library.
1312
gem 'bigdecimal'

example/Gemfile.lock

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
5-
base64
6-
nkf
7-
rexml
4+
CFPropertyList (3.0.8)
85
activesupport (6.1.7.10)
96
concurrent-ruby (~> 1.0, >= 1.0.2)
107
i18n (>= 1.6, < 2)
118
minitest (>= 5.1)
129
tzinfo (~> 2.0)
1310
zeitwerk (~> 2.3)
14-
addressable (2.8.7)
15-
public_suffix (>= 2.0.2, < 7.0)
11+
addressable (2.9.0)
12+
public_suffix (>= 2.0.2, < 8.0)
1613
algoliasearch (1.27.5)
1714
httpclient (~> 2.8, >= 2.8.3)
1815
json (>= 1.5.1)
1916
atomos (0.1.3)
20-
base64 (0.3.0)
2117
benchmark (0.4.1)
2218
bigdecimal (3.2.2)
2319
claide (1.1.0)
24-
cocoapods (1.15.2)
20+
cocoapods (1.16.2)
2521
addressable (~> 2.8)
2622
claide (>= 1.0.2, < 2.0)
27-
cocoapods-core (= 1.15.2)
23+
cocoapods-core (= 1.16.2)
2824
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2925
cocoapods-downloader (>= 2.1, < 3.0)
3026
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -38,8 +34,8 @@ GEM
3834
molinillo (~> 0.8.0)
3935
nap (~> 1.0)
4036
ruby-macho (>= 2.3.0, < 3.0)
41-
xcodeproj (>= 1.23.0, < 2.0)
42-
cocoapods-core (1.15.2)
37+
xcodeproj (>= 1.27.0, < 2.0)
38+
cocoapods-core (1.16.2)
4339
activesupport (>= 5.0, < 8)
4440
addressable (~> 2.8)
4541
algoliasearch (~> 1.0)
@@ -61,39 +57,41 @@ GEM
6157
colored2 (3.1.2)
6258
concurrent-ruby (1.3.3)
6359
escape (0.0.4)
64-
ethon (0.15.0)
60+
ethon (0.18.0)
6561
ffi (>= 1.15.0)
66-
ffi (1.17.2)
67-
ffi (1.17.2-x86_64-darwin)
62+
logger
63+
ffi (1.17.4)
64+
ffi (1.17.4-arm64-darwin)
65+
ffi (1.17.4-x86_64-darwin)
6866
fourflusher (2.3.1)
6967
fuzzy_match (2.0.4)
7068
gh_inspector (1.1.3)
7169
httpclient (2.9.0)
7270
mutex_m
7371
i18n (1.14.7)
7472
concurrent-ruby (~> 1.0)
75-
json (2.7.6)
73+
json (2.19.6)
7674
logger (1.7.0)
7775
minitest (5.25.4)
7876
molinillo (0.8.0)
7977
mutex_m (0.3.0)
80-
nanaimo (0.3.0)
78+
nanaimo (0.4.0)
8179
nap (1.1.0)
8280
netrc (0.11.0)
8381
nkf (0.2.0)
8482
public_suffix (4.0.7)
85-
rexml (3.4.1)
83+
rexml (3.4.4)
8684
ruby-macho (2.5.1)
87-
typhoeus (1.5.0)
88-
ethon (>= 0.9.0, < 0.16.0)
85+
typhoeus (1.6.0)
86+
ethon (>= 0.18.0)
8987
tzinfo (2.0.6)
9088
concurrent-ruby (~> 1.0)
91-
xcodeproj (1.25.1)
89+
xcodeproj (1.27.0)
9290
CFPropertyList (>= 2.3.3, < 4.0)
9391
atomos (~> 0.1.3)
9492
claide (>= 1.0.2, < 2.0)
9593
colored2 (~> 3.1)
96-
nanaimo (~> 0.3.0)
94+
nanaimo (~> 0.4.0)
9795
rexml (>= 3.3.6, < 4.0)
9896
zeitwerk (2.6.18)
9997

@@ -102,15 +100,14 @@ PLATFORMS
102100
universal-darwin-24
103101

104102
DEPENDENCIES
105-
activesupport (>= 6.1.7.5, != 7.1.0)
103+
activesupport (>= 6.1.7.5, < 8.0, != 7.1.0)
106104
benchmark
107105
bigdecimal
108-
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
109-
concurrent-ruby (< 1.3.4)
106+
cocoapods (>= 1.16.2, < 2.0)
110107
logger
111108
mutex_m
112109
nkf
113-
xcodeproj (< 1.26.0)
110+
xcodeproj (>= 1.27.0, < 2.0)
114111

115112
RUBY VERSION
116113
ruby 2.7.6p219

0 commit comments

Comments
 (0)