Skip to content

Commit 5a72eaa

Browse files
1 parent 7fe2269 commit 5a72eaa

File tree

3 files changed

+37
-22
lines changed

3 files changed

+37
-22
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby "3.2.2"
4+
ruby "3.3.0"
55

6-
gem 'cocoapods', '~> 1.12'
6+
gem 'cocoapods', '~> 1.15.2'

Gemfile.lock

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
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 (7.0.7.2)
8+
activesupport (7.1.3.3)
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-
addressable (2.8.5)
18+
addressable (2.8.6)
1219
public_suffix (>= 2.0.2, < 6.0)
1320
algoliasearch (1.27.5)
1421
httpclient (~> 2.8, >= 2.8.3)
1522
json (>= 1.5.1)
1623
atomos (0.1.3)
24+
base64 (0.2.0)
25+
bigdecimal (3.1.8)
1726
claide (1.1.0)
18-
cocoapods (1.12.1)
27+
cocoapods (1.15.2)
1928
addressable (~> 2.8)
2029
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.12.1)
30+
cocoapods-core (= 1.15.2)
2231
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23-
cocoapods-downloader (>= 1.6.0, < 2.0)
32+
cocoapods-downloader (>= 2.1, < 3.0)
2433
cocoapods-plugins (>= 1.0.0, < 2.0)
2534
cocoapods-search (>= 1.0.0, < 2.0)
2635
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -32,8 +41,8 @@ GEM
3241
molinillo (~> 0.8.0)
3342
nap (~> 1.0)
3443
ruby-macho (>= 2.3.0, < 3.0)
35-
xcodeproj (>= 1.21.0, < 2.0)
36-
cocoapods-core (1.12.1)
44+
xcodeproj (>= 1.23.0, < 2.0)
45+
cocoapods-core (1.15.2)
3746
activesupport (>= 5.0, < 8)
3847
addressable (~> 2.8)
3948
algoliasearch (~> 1.0)
@@ -44,7 +53,7 @@ GEM
4453
public_suffix (~> 4.0)
4554
typhoeus (~> 1.0)
4655
cocoapods-deintegrate (1.0.5)
47-
cocoapods-downloader (1.6.3)
56+
cocoapods-downloader (2.1)
4857
cocoapods-plugins (1.0.0)
4958
nap
5059
cocoapods-search (1.0.1)
@@ -53,31 +62,37 @@ GEM
5362
netrc (~> 0.11)
5463
cocoapods-try (1.2.0)
5564
colored2 (3.1.2)
56-
concurrent-ruby (1.2.2)
65+
concurrent-ruby (1.2.3)
66+
connection_pool (2.4.1)
67+
drb (2.2.1)
5768
escape (0.0.4)
5869
ethon (0.16.0)
5970
ffi (>= 1.15.0)
60-
ffi (1.15.5)
71+
ffi (1.16.3)
6172
fourflusher (2.3.1)
6273
fuzzy_match (2.0.4)
6374
gh_inspector (1.1.3)
6475
httpclient (2.8.3)
65-
i18n (1.14.1)
76+
i18n (1.14.5)
6677
concurrent-ruby (~> 1.0)
67-
json (2.6.3)
68-
minitest (5.19.0)
78+
json (2.7.2)
79+
minitest (5.23.0)
6980
molinillo (0.8.0)
81+
mutex_m (0.2.0)
7082
nanaimo (0.3.0)
7183
nap (1.1.0)
7284
netrc (0.11.0)
85+
nkf (0.2.0)
7386
public_suffix (4.0.7)
74-
rexml (3.2.6)
87+
rexml (3.2.8)
88+
strscan (>= 3.0.9)
7589
ruby-macho (2.5.1)
76-
typhoeus (1.4.0)
90+
strscan (3.1.0)
91+
typhoeus (1.4.1)
7792
ethon (>= 0.9.0)
7893
tzinfo (2.0.6)
7994
concurrent-ruby (~> 1.0)
80-
xcodeproj (1.22.0)
95+
xcodeproj (1.24.0)
8196
CFPropertyList (>= 2.3.3, < 4.0)
8297
atomos (~> 0.1.3)
8398
claide (>= 1.0.2, < 2.0)
@@ -89,10 +104,10 @@ PLATFORMS
89104
ruby
90105

91106
DEPENDENCIES
92-
cocoapods (~> 1.12)
107+
cocoapods (~> 1.15.2)
93108

94109
RUBY VERSION
95-
ruby 3.2.2p53
110+
ruby 3.3.0p0
96111

97112
BUNDLED WITH
98113
2.4.10

ios/Podfile.lock

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

644644
PODFILE CHECKSUM: e26dabc641f7469e9b5a45dc101f148f7ff1ac9a
645645

646-
COCOAPODS: 1.12.1
646+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)