Skip to content

Commit cb9c30f

Browse files
dannbeaudavebcn87
andauthored
Update ruby version to 3.3.1 (#1199)
* Update ruby version to 3.3.1 * Updated cocoapods to the latest version --------- Co-authored-by: David Cortés <477473+davebcn87@users.noreply.github.com>
1 parent bf3354f commit cb9c30f

4 files changed

Lines changed: 48 additions & 30 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.3.1

Gemfile

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

3-
gem 'cocoapods', '~> 1.11.3'
3+
gem 'cocoapods', '~> 1.15.2'
44
gem 'cocoapods-check', '~> 1.1.0'

Gemfile.lock

Lines changed: 41 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,51 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (6.1.5)
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.0)
13-
public_suffix (>= 2.0.2, < 5.0)
18+
addressable (2.8.6)
19+
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.8)
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)
43+
ruby-macho (>= 2.3.0, < 3.0)
44+
xcodeproj (>= 1.23.0, < 2.0)
3745
cocoapods-check (1.1.0)
3846
cocoapods (~> 1.0)
39-
cocoapods-core (1.11.3)
40-
activesupport (>= 5.0, < 7)
47+
cocoapods-core (1.15.2)
48+
activesupport (>= 5.0, < 8)
4149
addressable (~> 2.8)
4250
algoliasearch (~> 1.0)
4351
concurrent-ruby (~> 1.1)
@@ -47,7 +55,7 @@ GEM
4755
public_suffix (~> 4.0)
4856
typhoeus (~> 1.0)
4957
cocoapods-deintegrate (1.0.5)
50-
cocoapods-downloader (1.6.3)
58+
cocoapods-downloader (2.1)
5159
cocoapods-plugins (1.0.0)
5260
nap
5361
cocoapods-search (1.0.1)
@@ -56,38 +64,43 @@ GEM
5664
netrc (~> 0.11)
5765
cocoapods-try (1.2.0)
5866
colored2 (3.1.2)
59-
concurrent-ruby (1.1.9)
67+
concurrent-ruby (1.2.3)
68+
connection_pool (2.4.1)
69+
drb (2.2.1)
6070
escape (0.0.4)
61-
ethon (0.15.0)
71+
ethon (0.16.0)
6272
ffi (>= 1.15.0)
63-
ffi (1.15.5)
73+
ffi (1.16.3)
6474
fourflusher (2.3.1)
6575
fuzzy_match (2.0.4)
6676
gh_inspector (1.1.3)
6777
httpclient (2.8.3)
68-
i18n (1.10.0)
78+
i18n (1.14.5)
6979
concurrent-ruby (~> 1.0)
70-
json (2.6.1)
71-
minitest (5.15.0)
80+
json (2.7.2)
81+
minitest (5.23.0)
7282
molinillo (0.8.0)
83+
mutex_m (0.2.0)
7384
nanaimo (0.3.0)
7485
nap (1.1.0)
7586
netrc (0.11.0)
76-
public_suffix (4.0.6)
77-
rexml (3.2.5)
87+
nkf (0.2.0)
88+
public_suffix (4.0.7)
89+
rexml (3.2.8)
90+
strscan (>= 3.0.9)
7891
ruby-macho (2.5.1)
79-
typhoeus (1.4.0)
92+
strscan (3.1.0)
93+
typhoeus (1.4.1)
8094
ethon (>= 0.9.0)
81-
tzinfo (2.0.4)
95+
tzinfo (2.0.6)
8296
concurrent-ruby (~> 1.0)
83-
xcodeproj (1.21.0)
97+
xcodeproj (1.24.0)
8498
CFPropertyList (>= 2.3.3, < 4.0)
8599
atomos (~> 0.1.3)
86100
claide (>= 1.0.2, < 2.0)
87101
colored2 (~> 3.1)
88102
nanaimo (~> 0.3.0)
89103
rexml (~> 3.2.4)
90-
zeitwerk (2.5.4)
91104

92105
PLATFORMS
93106
arm64-darwin-21
@@ -98,8 +111,8 @@ PLATFORMS
98111
x86_64-linux
99112

100113
DEPENDENCIES
101-
cocoapods (~> 1.11.3)
114+
cocoapods (~> 1.15.2)
102115
cocoapods-check (~> 1.1.0)
103116

104117
BUNDLED WITH
105-
2.2.32
118+
2.5.9

dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ name: FlashList
33
up:
44
- ruby
55
- bundler
6+
- node:
7+
version: 20.11.0
8+
yarn: 1.22.17
9+
packages:
10+
- ./
611
- yarn_install

0 commit comments

Comments
 (0)