Skip to content

Commit 953f3b3

Browse files
snyk-botjanl
authored andcommitted
fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566
1 parent 7d71f44 commit 953f3b3

2 files changed

Lines changed: 19 additions & 17 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '3.9.0'
3+
gem 'jekyll', '3.9.1'
44

55
group :jekyll_plugins do
66
gem 'jekyll-paginate'

docs/Gemfile.lock

Lines changed: 18 additions & 16 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.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.7)
8-
em-websocket (0.5.1)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.13.1)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
14+
http_parser.rb (0.8.0)
1515
i18n (0.9.5)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.9.0)
17+
jekyll (3.9.1)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -33,34 +33,36 @@ GEM
3333
jekyll-watch (2.2.1)
3434
listen (~> 3.0)
3535
json (2.3.1)
36-
kramdown (2.3.1)
36+
kramdown (2.4.0)
3737
rexml
38-
liquid (4.0.3)
39-
listen (3.2.1)
38+
liquid (4.0.4)
39+
listen (3.9.0)
4040
rb-fsevent (~> 0.10, >= 0.10.3)
4141
rb-inotify (~> 0.9, >= 0.9.10)
4242
mercenary (0.3.6)
4343
pathutil (0.16.2)
4444
forwardable-extended (~> 2.6)
45-
public_suffix (4.0.6)
46-
rb-fsevent (0.10.4)
45+
public_suffix (5.0.5)
46+
rb-fsevent (0.11.2)
4747
rb-inotify (0.10.1)
4848
ffi (~> 1.0)
4949
redcarpet (3.5.1)
50-
rexml (3.2.5)
51-
rouge (3.22.0)
50+
rexml (3.2.8)
51+
strscan (>= 3.0.9)
52+
rouge (3.30.0)
5253
safe_yaml (1.0.5)
5354
sass (3.7.4)
5455
sass-listen (~> 4.0.0)
5556
sass-listen (4.0.0)
5657
rb-fsevent (~> 0.9, >= 0.9.4)
5758
rb-inotify (~> 0.9, >= 0.9.7)
59+
strscan (3.1.0)
5860

5961
PLATFORMS
6062
ruby
6163

6264
DEPENDENCIES
63-
jekyll (= 3.9.0)
65+
jekyll (= 3.9.1)
6466
jekyll-paginate
6567
json
6668
redcarpet

0 commit comments

Comments
 (0)