Skip to content

Commit 782543e

Browse files
committed
Update bundle
1 parent 9285043 commit 782543e

File tree

1 file changed

+32
-28
lines changed

1 file changed

+32
-28
lines changed

Gemfile.lock

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.3)
5-
activesupport (5.2.6)
4+
CFPropertyList (3.0.4)
5+
rexml
6+
activesupport (6.1.4.1)
67
concurrent-ruby (~> 1.0, >= 1.0.2)
7-
i18n (>= 0.7, < 2)
8-
minitest (~> 5.1)
9-
tzinfo (~> 1.1)
10-
addressable (2.7.0)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
12+
addressable (2.8.0)
1113
public_suffix (>= 2.0.2, < 5.0)
1214
algoliasearch (1.27.5)
1315
httpclient (~> 2.8, >= 2.8.3)
1416
json (>= 1.5.1)
1517
atomos (0.1.3)
1618
claide (1.0.3)
17-
cocoapods (1.10.1)
18-
addressable (~> 2.6)
19+
cocoapods (1.11.2)
20+
addressable (~> 2.8)
1921
claide (>= 1.0.2, < 2.0)
20-
cocoapods-core (= 1.10.1)
22+
cocoapods-core (= 1.11.2)
2123
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2224
cocoapods-downloader (>= 1.4.0, < 2.0)
2325
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -28,35 +30,35 @@ GEM
2830
escape (~> 0.0.4)
2931
fourflusher (>= 2.3.0, < 3.0)
3032
gh_inspector (~> 1.0)
31-
molinillo (~> 0.6.6)
33+
molinillo (~> 0.8.0)
3234
nap (~> 1.0)
33-
ruby-macho (~> 1.4)
34-
xcodeproj (>= 1.19.0, < 2.0)
35-
cocoapods-core (1.10.1)
36-
activesupport (> 5.0, < 6)
37-
addressable (~> 2.6)
35+
ruby-macho (>= 1.0, < 3.0)
36+
xcodeproj (>= 1.21.0, < 2.0)
37+
cocoapods-core (1.11.2)
38+
activesupport (>= 5.0, < 7)
39+
addressable (~> 2.8)
3840
algoliasearch (~> 1.0)
3941
concurrent-ruby (~> 1.1)
4042
fuzzy_match (~> 2.0.4)
4143
nap (~> 1.0)
4244
netrc (~> 0.11)
43-
public_suffix
45+
public_suffix (~> 4.0)
4446
typhoeus (~> 1.0)
45-
cocoapods-deintegrate (1.0.4)
46-
cocoapods-downloader (1.4.0)
47+
cocoapods-deintegrate (1.0.5)
48+
cocoapods-downloader (1.5.1)
4749
cocoapods-plugins (1.0.0)
4850
nap
49-
cocoapods-search (1.0.0)
50-
cocoapods-trunk (1.5.0)
51+
cocoapods-search (1.0.1)
52+
cocoapods-trunk (1.6.0)
5153
nap (>= 0.8, < 2.0)
5254
netrc (~> 0.11)
5355
cocoapods-try (1.2.0)
5456
colored2 (3.1.2)
55-
concurrent-ruby (1.1.8)
57+
concurrent-ruby (1.1.9)
5658
escape (0.0.4)
5759
ethon (0.14.0)
5860
ffi (>= 1.15.0)
59-
ffi (1.15.1)
61+
ffi (1.15.4)
6062
fourflusher (2.3.1)
6163
fuzzy_match (2.0.4)
6264
gh_inspector (1.1.3)
@@ -65,23 +67,25 @@ GEM
6567
concurrent-ruby (~> 1.0)
6668
json (2.5.1)
6769
minitest (5.14.4)
68-
molinillo (0.6.6)
70+
molinillo (0.8.0)
6971
nanaimo (0.3.0)
7072
nap (1.1.0)
7173
netrc (0.11.0)
7274
public_suffix (4.0.6)
73-
ruby-macho (1.4.0)
74-
thread_safe (0.3.6)
75+
rexml (3.2.5)
76+
ruby-macho (2.5.1)
7577
typhoeus (1.4.0)
7678
ethon (>= 0.9.0)
77-
tzinfo (1.2.9)
78-
thread_safe (~> 0.1)
79-
xcodeproj (1.19.0)
79+
tzinfo (2.0.4)
80+
concurrent-ruby (~> 1.0)
81+
xcodeproj (1.21.0)
8082
CFPropertyList (>= 2.3.3, < 4.0)
8183
atomos (~> 0.1.3)
8284
claide (>= 1.0.2, < 2.0)
8385
colored2 (~> 3.1)
8486
nanaimo (~> 0.3.0)
87+
rexml (~> 3.2.4)
88+
zeitwerk (2.4.2)
8589

8690
PLATFORMS
8791
ruby

0 commit comments

Comments
 (0)