Skip to content

Commit 88fbb9a

Browse files
committed
Use latest CocoaPods
1 parent 2428609 commit 88fbb9a

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

Gemfile.lock

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.0.8)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.2.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
1015
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1117
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1320
addressable (2.8.7)
1421
public_suffix (>= 2.0.2, < 7.0)
1522
algoliasearch (1.27.5)
@@ -38,13 +45,15 @@ GEM
3845
aws-eventstream (~> 1, >= 1.0.2)
3946
babosa (1.0.4)
4047
base64 (0.3.0)
48+
benchmark (0.4.1)
49+
bigdecimal (3.2.2)
4150
claide (1.1.0)
42-
cocoapods (1.12.1)
51+
cocoapods (1.16.2)
4352
addressable (~> 2.8)
4453
claide (>= 1.0.2, < 2.0)
45-
cocoapods-core (= 1.12.1)
54+
cocoapods-core (= 1.16.2)
4655
cocoapods-deintegrate (>= 1.0.3, < 2.0)
47-
cocoapods-downloader (>= 1.6.0, < 2.0)
56+
cocoapods-downloader (>= 2.1, < 3.0)
4857
cocoapods-plugins (>= 1.0.0, < 2.0)
4958
cocoapods-search (>= 1.0.0, < 2.0)
5059
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -56,8 +65,8 @@ GEM
5665
molinillo (~> 0.8.0)
5766
nap (~> 1.0)
5867
ruby-macho (>= 2.3.0, < 3.0)
59-
xcodeproj (>= 1.21.0, < 2.0)
60-
cocoapods-core (1.12.1)
68+
xcodeproj (>= 1.27.0, < 2.0)
69+
cocoapods-core (1.16.2)
6170
activesupport (>= 5.0, < 8)
6271
addressable (~> 2.8)
6372
algoliasearch (~> 1.0)
@@ -68,7 +77,7 @@ GEM
6877
public_suffix (~> 4.0)
6978
typhoeus (~> 1.0)
7079
cocoapods-deintegrate (1.0.5)
71-
cocoapods-downloader (1.6.3)
80+
cocoapods-downloader (2.1)
7281
cocoapods-plugins (1.0.0)
7382
nap
7483
cocoapods-search (1.0.1)
@@ -80,12 +89,14 @@ GEM
8089
colored2 (3.1.2)
8190
commander (4.6.0)
8291
highline (~> 2.0.0)
83-
concurrent-ruby (1.2.2)
92+
concurrent-ruby (1.3.5)
93+
connection_pool (2.5.3)
8494
declarative (0.0.20)
8595
digest-crc (0.7.0)
8696
rake (>= 12.0.0, < 14.0.0)
8797
domain_name (0.6.20240107)
8898
dotenv (2.8.1)
99+
drb (2.2.3)
89100
emoji_regex (3.2.3)
90101
escape (0.0.4)
91102
ethon (0.16.0)
@@ -164,7 +175,7 @@ GEM
164175
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
165176
fastlane-sirp (1.0.0)
166177
sysrandom (~> 1.0)
167-
ffi (1.15.5)
178+
ffi (1.17.2)
168179
fourflusher (2.3.1)
169180
fuzzy_match (2.0.4)
170181
gh_inspector (1.1.3)
@@ -209,7 +220,7 @@ GEM
209220
domain_name (~> 0.5)
210221
httpclient (2.9.0)
211222
mutex_m
212-
i18n (1.14.1)
223+
i18n (1.14.7)
213224
concurrent-ruby (~> 1.0)
214225
jmespath (1.6.2)
215226
json (2.12.2)
@@ -219,7 +230,7 @@ GEM
219230
logger (1.7.0)
220231
mini_magick (4.13.2)
221232
mini_mime (1.1.5)
222-
minitest (5.20.0)
233+
minitest (5.25.5)
223234
molinillo (0.8.0)
224235
multi_json (1.15.0)
225236
multipart-post (2.4.1)
@@ -265,6 +276,7 @@ GEM
265276
ruby-progressbar (1.13.0)
266277
ruby2_keywords (0.0.5)
267278
rubyzip (2.4.1)
279+
securerandom (0.4.1)
268280
security (0.1.5)
269281
signet (0.20.0)
270282
addressable (~> 2.8)
@@ -283,7 +295,7 @@ GEM
283295
tty-screen (0.8.2)
284296
tty-spinner (0.9.3)
285297
tty-cursor (~> 0.7)
286-
typhoeus (1.4.0)
298+
typhoeus (1.4.1)
287299
ethon (>= 0.9.0)
288300
tzinfo (2.0.6)
289301
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)