Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit c068cb5

Browse files
committed
Update gems
1 parent 3991778 commit c068cb5

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

Gemfile.lock

Lines changed: 26 additions & 24 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)
8+
i18n (>= 1.6, < 2)
9+
minitest (>= 5.1)
10+
tzinfo (~> 2.0)
11+
zeitwerk (~> 2.3)
1012
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.2)
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.2)
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,26 +30,26 @@ 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.2)
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)
4547
cocoapods-deintegrate (1.0.5)
46-
cocoapods-downloader (1.4.0)
48+
cocoapods-downloader (1.5.1)
4749
cocoapods-plugins (1.0.0)
4850
nap
4951
cocoapods-search (1.0.1)
50-
cocoapods-trunk (1.5.0)
52+
cocoapods-trunk (1.6.0)
5153
nap (>= 0.8, < 2.0)
5254
netrc (~> 0.11)
5355
cocoapods-try (1.2.0)
@@ -56,7 +58,7 @@ GEM
5658
escape (0.0.4)
5759
ethon (0.14.0)
5860
ffi (>= 1.15.0)
59-
ffi (1.15.3)
61+
ffi (1.15.4)
6062
fourflusher (2.3.1)
6163
fuzzy_match (2.0.4)
6264
gh_inspector (1.1.3)
@@ -65,25 +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)
7375
rexml (3.2.5)
74-
ruby-macho (1.4.0)
75-
thread_safe (0.3.6)
76+
ruby-macho (2.5.1)
7677
typhoeus (1.4.0)
7778
ethon (>= 0.9.0)
78-
tzinfo (1.2.9)
79-
thread_safe (~> 0.1)
79+
tzinfo (2.0.4)
80+
concurrent-ruby (~> 1.0)
8081
xcodeproj (1.21.0)
8182
CFPropertyList (>= 2.3.3, < 4.0)
8283
atomos (~> 0.1.3)
8384
claide (>= 1.0.2, < 2.0)
8485
colored2 (~> 3.1)
8586
nanaimo (~> 0.3.0)
8687
rexml (~> 3.2.4)
88+
zeitwerk (2.4.2)
8789

8890
PLATFORMS
8991
arm64-darwin-20
@@ -94,4 +96,4 @@ DEPENDENCIES
9496
cocoapods
9597

9698
BUNDLED WITH
97-
2.2.26
99+
2.2.28

0 commit comments

Comments
 (0)