bump jekyll version to match github pages version
authorAllen Lee <allen.lee@asu.edu>
Mon, 17 Jun 2019 22:57:56 +0000 (15:57 -0700)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Tue, 18 Jun 2019 08:49:04 +0000 (10:49 +0200)
https://pages.github.com/versions/

Makefile

index ac587b879e52e3fb22134f0b9786c1188f207bd9..d291abe66d616bd33e28aec4551ab9e8f36b0cad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # Settings
 MAKEFILES=Makefile $(wildcard *.mk)
 JEKYLL=jekyll
-JEKYLL_VERSION=3.7.3
+JEKYLL_VERSION=3.8.5
 PARSER=bin/markdown_ast.rb
 DST=_site