Skip to content

Commit 6604e9f

Browse files
committed
Fix vulnerability by upgrading Jekyll version
1 parent 24703c3 commit 6604e9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
http_parser.rb (0.6.0)
1515
i18n (0.9.5)
1616
concurrent-ruby (~> 1.0)
17-
jekyll (3.8.3)
17+
jekyll (3.8.4)
1818
addressable (~> 2.4)
1919
colorator (~> 1.0)
2020
em-websocket (~> 0.5)
@@ -28,11 +28,11 @@ GEM
2828
rouge (>= 1.7, < 4)
2929
safe_yaml (~> 1.0)
3030
jekyll-feed (0.10.0)
31-
jekyll (~> 3.3)
31+
jekyll (~> 3.8.4)
3232
jekyll-sass-converter (1.5.2)
3333
sass (~> 3.4)
3434
jekyll-seo-tag (2.5.0)
35-
jekyll (~> 3.3)
35+
jekyll (~> 3.8.4)
3636
jekyll-watch (2.0.0)
3737
listen (~> 3.0)
3838
kramdown (1.17.0)
@@ -43,7 +43,7 @@ GEM
4343
ruby_dep (~> 1.2)
4444
mercenary (0.3.6)
4545
minima (2.5.0)
46-
jekyll (~> 3.5)
46+
jekyll (~> 3.8.4)
4747
jekyll-feed (~> 0.9)
4848
jekyll-seo-tag (~> 2.1)
4949
pathutil (0.16.1)
@@ -65,7 +65,7 @@ PLATFORMS
6565
ruby
6666

6767
DEPENDENCIES
68-
jekyll (~> 3.8.3)
68+
jekyll (~> 3.8.4)
6969
jekyll-feed (~> 0.6)
7070
minima (~> 2.0)
7171
tzinfo-data

0 commit comments

Comments
 (0)