Skip to content

Commit a1cd4c9

Browse files
fix: Gemfile.lock to reduce vulnerabilities (#291)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 13a4dcf commit a1cd4c9

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

Gemfile.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.2)
6+
activesupport (7.0.4.3)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
11+
addressable (2.8.3)
12+
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
1514
httpclient (~> 2.8, >= 2.8.3)
1615
json (>= 1.5.1)
@@ -38,26 +37,26 @@ GEM
3837
cork
3938
nap
4039
open4 (~> 1.3)
41-
cocoapods (1.11.3)
40+
cocoapods (1.12.0)
4241
addressable (~> 2.8)
4342
claide (>= 1.0.2, < 2.0)
44-
cocoapods-core (= 1.11.3)
43+
cocoapods-core (= 1.12.0)
4544
cocoapods-deintegrate (>= 1.0.3, < 2.0)
46-
cocoapods-downloader (>= 1.4.0, < 2.0)
45+
cocoapods-downloader (>= 1.6.0, < 2.0)
4746
cocoapods-plugins (>= 1.0.0, < 2.0)
4847
cocoapods-search (>= 1.0.0, < 2.0)
49-
cocoapods-trunk (>= 1.4.0, < 2.0)
48+
cocoapods-trunk (>= 1.6.0, < 2.0)
5049
cocoapods-try (>= 1.1.0, < 2.0)
5150
colored2 (~> 3.1)
5251
escape (~> 0.0.4)
5352
fourflusher (>= 2.3.0, < 3.0)
5453
gh_inspector (~> 1.0)
5554
molinillo (~> 0.8.0)
5655
nap (~> 1.0)
57-
ruby-macho (>= 1.0, < 3.0)
56+
ruby-macho (>= 2.3.0, < 3.0)
5857
xcodeproj (>= 1.21.0, < 2.0)
59-
cocoapods-core (1.11.3)
60-
activesupport (>= 5.0, < 7)
58+
cocoapods-core (1.12.0)
59+
activesupport (>= 5.0, < 8)
6160
addressable (~> 2.8)
6261
algoliasearch (~> 1.0)
6362
concurrent-ruby (~> 1.1)
@@ -107,7 +106,7 @@ GEM
107106
dotenv (2.7.6)
108107
emoji_regex (3.2.3)
109108
escape (0.0.4)
110-
ethon (0.15.0)
109+
ethon (0.16.0)
111110
ffi (>= 1.15.0)
112111
excon (0.92.2)
113112
faraday (1.10.0)
@@ -232,7 +231,7 @@ GEM
232231
i18n (1.12.0)
233232
concurrent-ruby (~> 1.0)
234233
jmespath (1.6.1)
235-
json (2.6.1)
234+
json (2.6.3)
236235
jwt (2.3.0)
237236
kramdown (2.3.2)
238237
rexml
@@ -257,7 +256,7 @@ GEM
257256
optparse (0.1.1)
258257
os (1.1.4)
259258
plist (3.6.0)
260-
public_suffix (4.0.6)
259+
public_suffix (4.0.7)
261260
rake (13.0.6)
262261
rchardet (1.8.0)
263262
representable (3.1.1)
@@ -302,7 +301,7 @@ GEM
302301
unicode-display_width (1.8.0)
303302
webrick (1.7.0)
304303
word_wrap (1.0.0)
305-
xcodeproj (1.21.0)
304+
xcodeproj (1.22.0)
306305
CFPropertyList (>= 2.3.3, < 4.0)
307306
atomos (~> 0.1.3)
308307
claide (>= 1.0.2, < 2.0)
@@ -313,7 +312,6 @@ GEM
313312
rouge (~> 2.0.7)
314313
xcpretty-travis-formatter (1.0.1)
315314
xcpretty (~> 0.2, >= 0.0.7)
316-
zeitwerk (2.6.7)
317315

318316
PLATFORMS
319317
ruby
@@ -326,4 +324,4 @@ DEPENDENCIES
326324
xcpretty
327325

328326
BUNDLED WITH
329-
2.2.20
327+
2.1.4

0 commit comments

Comments
 (0)