Skip to content

Commit 93fccda

Browse files
authored
Update Gemfile (#3977)
1 parent 8678021 commit 93fccda

1 file changed

Lines changed: 43 additions & 24 deletions

File tree

Gemfile.lock

Lines changed: 43 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,49 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.7.6)
6+
activesupport (7.1.6)
7+
base64
8+
benchmark (>= 0.3)
9+
bigdecimal
710
concurrent-ruby (~> 1.0, >= 1.0.2)
11+
connection_pool (>= 2.2.5)
12+
drb
813
i18n (>= 1.6, < 2)
14+
logger (>= 1.4.2)
915
minitest (>= 5.1)
16+
mutex_m
17+
securerandom (>= 0.3)
1018
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
13-
public_suffix (>= 2.0.2, < 6.0)
19+
addressable (2.9.0)
20+
public_suffix (>= 2.0.2, < 8.0)
1421
algoliasearch (1.27.5)
1522
httpclient (~> 2.8, >= 2.8.3)
1623
json (>= 1.5.1)
1724
atomos (0.1.3)
25+
base64 (0.3.0)
26+
benchmark (0.5.0)
27+
bigdecimal (4.1.1)
1828
claide (1.1.0)
19-
cocoapods (1.11.3)
29+
cocoapods (1.15.2)
2030
addressable (~> 2.8)
2131
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.3)
32+
cocoapods-core (= 1.15.2)
2333
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
34+
cocoapods-downloader (>= 2.1, < 3.0)
2535
cocoapods-plugins (>= 1.0.0, < 2.0)
2636
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
37+
cocoapods-trunk (>= 1.6.0, < 2.0)
2838
cocoapods-try (>= 1.1.0, < 2.0)
2939
colored2 (~> 3.1)
3040
escape (~> 0.0.4)
3141
fourflusher (>= 2.3.0, < 3.0)
3242
gh_inspector (~> 1.0)
3343
molinillo (~> 0.8.0)
3444
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.3)
38-
activesupport (>= 5.0, < 7)
45+
ruby-macho (>= 2.3.0, < 3.0)
46+
xcodeproj (>= 1.23.0, < 2.0)
47+
cocoapods-core (1.15.2)
48+
activesupport (>= 5.0, < 8)
3949
addressable (~> 2.8)
4050
algoliasearch (~> 1.0)
4151
concurrent-ruby (~> 1.1)
@@ -45,7 +55,7 @@ GEM
4555
public_suffix (~> 4.0)
4656
typhoeus (~> 1.0)
4757
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.6.3)
58+
cocoapods-downloader (2.1)
4959
cocoapods-plugins (1.0.0)
5060
nap
5161
cocoapods-search (1.0.1)
@@ -55,27 +65,34 @@ GEM
5565
cocoapods-try (1.2.0)
5666
colored2 (3.1.2)
5767
concurrent-ruby (1.2.2)
68+
connection_pool (2.5.5)
69+
drb (2.2.3)
5870
escape (0.0.4)
59-
ethon (0.15.0)
71+
ethon (0.18.0)
6072
ffi (>= 1.15.0)
61-
ffi (1.15.5)
73+
logger
74+
ffi (1.17.4)
6275
fourflusher (2.3.1)
6376
fuzzy_match (2.0.4)
6477
gh_inspector (1.1.3)
65-
httpclient (2.8.3)
66-
i18n (1.14.1)
78+
httpclient (2.9.0)
79+
mutex_m
80+
i18n (1.14.8)
6781
concurrent-ruby (~> 1.0)
68-
json (2.6.2)
69-
minitest (5.19.0)
82+
json (2.19.3)
83+
logger (1.7.0)
84+
minitest (5.26.1)
7085
molinillo (0.8.0)
86+
mutex_m (0.3.0)
7187
nanaimo (0.3.0)
7288
nap (1.1.0)
7389
netrc (0.11.0)
7490
public_suffix (4.0.7)
75-
rexml (3.3.9)
91+
rexml (3.4.4)
7692
ruby-macho (2.5.1)
77-
typhoeus (1.4.0)
78-
ethon (>= 0.9.0)
93+
securerandom (0.3.2)
94+
typhoeus (1.6.0)
95+
ethon (>= 0.18.0)
7996
tzinfo (2.0.6)
8097
concurrent-ruby (~> 1.0)
8198
xcodeproj (1.25.0)
@@ -85,13 +102,15 @@ GEM
85102
colored2 (~> 3.1)
86103
nanaimo (~> 0.3.0)
87104
rexml (>= 3.3.2, < 4.0)
88-
zeitwerk (2.6.11)
89105

90106
PLATFORMS
91107
ruby
92108

93109
DEPENDENCIES
94-
cocoapods (>= 1.11.3)
110+
activesupport (>= 6.1.7.5, != 7.1.0)
111+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
112+
concurrent-ruby (< 1.3.4)
113+
xcodeproj (< 1.26.0)
95114

96115
RUBY VERSION
97116
ruby 2.7.6p219

0 commit comments

Comments
 (0)