Skip to content

Commit 04b87c3

Browse files
authored
Update Gemfile.lock
1 parent cd67d49 commit 04b87c3

File tree

1 file changed

+42
-20
lines changed

1 file changed

+42
-20
lines changed

example/Gemfile.lock

Lines changed: 42 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,39 @@
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.4.3)
8+
activesupport (7.1.5.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
712
concurrent-ruby (~> 1.0, >= 1.0.2)
13+
connection_pool (>= 2.2.5)
14+
drb
815
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
917
minitest (>= 5.1)
18+
mutex_m
19+
securerandom (>= 0.3)
1020
tzinfo (~> 2.0)
11-
addressable (2.8.4)
12-
public_suffix (>= 2.0.2, < 6.0)
21+
addressable (2.8.7)
22+
public_suffix (>= 2.0.2, < 7.0)
1323
algoliasearch (1.27.5)
1424
httpclient (~> 2.8, >= 2.8.3)
1525
json (>= 1.5.1)
1626
atomos (0.1.3)
27+
base64 (0.2.0)
28+
benchmark (0.4.0)
29+
bigdecimal (3.1.9)
1730
claide (1.1.0)
18-
cocoapods (1.12.1)
31+
cocoapods (1.15.2)
1932
addressable (~> 2.8)
2033
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.12.1)
34+
cocoapods-core (= 1.15.2)
2235
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23-
cocoapods-downloader (>= 1.6.0, < 2.0)
36+
cocoapods-downloader (>= 2.1, < 3.0)
2437
cocoapods-plugins (>= 1.0.0, < 2.0)
2538
cocoapods-search (>= 1.0.0, < 2.0)
2639
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -32,8 +45,8 @@ GEM
3245
molinillo (~> 0.8.0)
3346
nap (~> 1.0)
3447
ruby-macho (>= 2.3.0, < 3.0)
35-
xcodeproj (>= 1.21.0, < 2.0)
36-
cocoapods-core (1.12.1)
48+
xcodeproj (>= 1.23.0, < 2.0)
49+
cocoapods-core (1.15.2)
3750
activesupport (>= 5.0, < 8)
3851
addressable (~> 2.8)
3952
algoliasearch (~> 1.0)
@@ -44,7 +57,7 @@ GEM
4457
public_suffix (~> 4.0)
4558
typhoeus (~> 1.0)
4659
cocoapods-deintegrate (1.0.5)
47-
cocoapods-downloader (1.6.3)
60+
cocoapods-downloader (2.1)
4861
cocoapods-plugins (1.0.0)
4962
nap
5063
cocoapods-search (1.0.1)
@@ -53,43 +66,52 @@ GEM
5366
netrc (~> 0.11)
5467
cocoapods-try (1.2.0)
5568
colored2 (3.1.2)
56-
concurrent-ruby (1.2.2)
69+
concurrent-ruby (1.3.3)
70+
connection_pool (2.5.0)
71+
drb (2.2.1)
5772
escape (0.0.4)
5873
ethon (0.16.0)
5974
ffi (>= 1.15.0)
60-
ffi (1.15.5)
75+
ffi (1.17.1)
6176
fourflusher (2.3.1)
6277
fuzzy_match (2.0.4)
6378
gh_inspector (1.1.3)
6479
httpclient (2.8.3)
65-
i18n (1.13.0)
80+
i18n (1.14.7)
6681
concurrent-ruby (~> 1.0)
67-
json (2.6.3)
68-
minitest (5.18.0)
82+
json (2.9.1)
83+
logger (1.6.5)
84+
minitest (5.25.4)
6985
molinillo (0.8.0)
86+
mutex_m (0.3.0)
7087
nanaimo (0.3.0)
7188
nap (1.1.0)
7289
netrc (0.11.0)
90+
nkf (0.2.0)
7391
public_suffix (4.0.7)
74-
rexml (3.2.5)
92+
rexml (3.4.0)
7593
ruby-macho (2.5.1)
76-
typhoeus (1.4.0)
94+
securerandom (0.3.2)
95+
typhoeus (1.4.1)
7796
ethon (>= 0.9.0)
7897
tzinfo (2.0.6)
7998
concurrent-ruby (~> 1.0)
80-
xcodeproj (1.22.0)
99+
xcodeproj (1.25.1)
81100
CFPropertyList (>= 2.3.3, < 4.0)
82101
atomos (~> 0.1.3)
83102
claide (>= 1.0.2, < 2.0)
84103
colored2 (~> 3.1)
85104
nanaimo (~> 0.3.0)
86-
rexml (~> 3.2.4)
105+
rexml (>= 3.3.6, < 4.0)
87106

88107
PLATFORMS
89108
ruby
90109

91110
DEPENDENCIES
92-
cocoapods (>= 1.11.3)
111+
activesupport (>= 6.1.7.5, != 7.1.0)
112+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
113+
concurrent-ruby (< 1.3.4)
114+
xcodeproj (< 1.26.0)
93115

94116
RUBY VERSION
95117
ruby 2.7.6p219

0 commit comments

Comments
 (0)