Skip to content

Commit 8b90507

Browse files
authored
fix: Gemfile.lock to reduce vulnerabilities (#351)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-COCOAPODSDOWNLOADER-2414278 - https://snyk.io/vuln/SNYK-RUBY-COCOAPODSDOWNLOADER-2414280
1 parent 4d2d509 commit 8b90507

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.4)
4+
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.4.1)
6+
activesupport (6.1.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -15,11 +15,11 @@ GEM
1515
httpclient (~> 2.8, >= 2.8.3)
1616
json (>= 1.5.1)
1717
atomos (0.1.3)
18-
claide (1.0.3)
19-
cocoapods (1.11.2)
18+
claide (1.1.0)
19+
cocoapods (1.11.3)
2020
addressable (~> 2.8)
2121
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
22+
cocoapods-core (= 1.11.3)
2323
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2424
cocoapods-downloader (>= 1.4.0, < 2.0)
2525
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -34,7 +34,7 @@ GEM
3434
nap (~> 1.0)
3535
ruby-macho (>= 1.0, < 3.0)
3636
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
37+
cocoapods-core (1.11.3)
3838
activesupport (>= 5.0, < 7)
3939
addressable (~> 2.8)
4040
algoliasearch (~> 1.0)
@@ -45,7 +45,7 @@ GEM
4545
public_suffix (~> 4.0)
4646
typhoeus (~> 1.0)
4747
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.5.1)
48+
cocoapods-downloader (1.6.3)
4949
cocoapods-plugins (1.0.0)
5050
nap
5151
cocoapods-search (1.0.1)
@@ -54,18 +54,18 @@ GEM
5454
netrc (~> 0.11)
5555
cocoapods-try (1.2.0)
5656
colored2 (3.1.2)
57-
concurrent-ruby (1.1.9)
57+
concurrent-ruby (1.1.10)
5858
escape (0.0.4)
59-
ethon (0.14.0)
59+
ethon (0.15.0)
6060
ffi (>= 1.15.0)
61-
ffi (1.15.4)
61+
ffi (1.15.5)
6262
fourflusher (2.3.1)
6363
fuzzy_match (2.0.4)
6464
gh_inspector (1.1.3)
6565
httpclient (2.8.3)
66-
i18n (1.8.10)
66+
i18n (1.10.0)
6767
concurrent-ruby (~> 1.0)
68-
jazzy (0.14.1)
68+
jazzy (0.14.2)
6969
cocoapods (~> 1.5)
7070
mustache (~> 1.1)
7171
open4 (~> 1.3)
@@ -75,9 +75,9 @@ GEM
7575
sassc (~> 2.1)
7676
sqlite3 (~> 1.3)
7777
xcinvoke (~> 0.3.0)
78-
json (2.5.1)
78+
json (2.6.1)
7979
liferaft (0.0.6)
80-
minitest (5.14.4)
80+
minitest (5.15.0)
8181
molinillo (0.8.0)
8282
mustache (1.1.1)
8383
nanaimo (0.3.0)
@@ -87,7 +87,7 @@ GEM
8787
public_suffix (4.0.6)
8888
redcarpet (3.5.1)
8989
rexml (3.2.5)
90-
rouge (3.26.1)
90+
rouge (3.28.0)
9191
ruby-macho (2.5.1)
9292
sassc (2.4.0)
9393
ffi (~> 1.9)
@@ -105,7 +105,7 @@ GEM
105105
colored2 (~> 3.1)
106106
nanaimo (~> 0.3.0)
107107
rexml (~> 3.2.4)
108-
zeitwerk (2.4.2)
108+
zeitwerk (2.5.4)
109109

110110
PLATFORMS
111111
ruby
@@ -115,4 +115,4 @@ DEPENDENCIES
115115
jazzy (~> 0.14.1)
116116

117117
BUNDLED WITH
118-
2.2.2
118+
2.1.4

0 commit comments

Comments
 (0)