Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 7870d52

Browse files
authored
fix: docs/Gemfile.lock to reduce vulnerabilities (#224)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-1316242
1 parent c0a838e commit 7870d52

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.7.0)
4+
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
7+
concurrent-ruby (1.1.9)
88
em-websocket (0.5.2)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
1212
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.14.2)
14-
ffi (1.14.2-x64-mingw32)
13+
ffi (1.15.3)
14+
ffi (1.15.3-x64-mingw32)
1515
forwardable-extended (2.6.0)
1616
http_parser.rb (0.6.0)
17-
i18n (1.8.7)
17+
i18n (1.8.10)
1818
concurrent-ruby (~> 1.0)
1919
jekyll (4.2.0)
2020
addressable (~> 2.4)
@@ -48,7 +48,7 @@ GEM
4848
kramdown-parser-gfm (1.1.0)
4949
kramdown (~> 2.0)
5050
liquid (4.0.3)
51-
listen (3.4.1)
51+
listen (3.5.1)
5252
rb-fsevent (~> 0.10, >= 0.10.3)
5353
rb-inotify (~> 0.9, >= 0.9.10)
5454
mercenary (0.4.0)
@@ -59,8 +59,8 @@ GEM
5959
pathutil (0.16.2)
6060
forwardable-extended (~> 2.6)
6161
public_suffix (4.0.6)
62-
rake (13.0.3)
63-
rb-fsevent (0.10.4)
62+
rake (13.0.4)
63+
rb-fsevent (0.11.0)
6464
rb-inotify (0.10.1)
6565
ffi (~> 1.0)
6666
rexml (3.2.5)
@@ -93,4 +93,4 @@ DEPENDENCIES
9393
wdm (~> 0.1.1)
9494

9595
BUNDLED WITH
96-
2.2.9
96+
2.1.4

0 commit comments

Comments
 (0)