Revert to a version of Jekyll that works

This commit is contained in:
Julien Deswaef 2018-09-23 16:17:32 -04:00
parent f414a97241
commit 11f664e762
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'jekyll', '~> 3.7'
gem 'jekyll', '3.7.4'
gem 'safe_yaml', '~> 1.0.4'
gem 'sass', '~> 3.5'
gem 'libv8', '~> 3.16.14.19'

View File

@ -18,7 +18,7 @@ GEM
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.4)
jekyll (3.7.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -69,7 +69,7 @@ PLATFORMS
DEPENDENCIES
fontcustom
jekyll (~> 3.7)
jekyll (= 3.7.4)
libv8 (~> 3.16.14.19)
safe_yaml (~> 1.0.4)
sass (~> 3.5)