From d34516f1f8aeee4a0b85dbe1543cca7c1acac6ba Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Thu, 25 Oct 2018 21:43:08 -0700 Subject: [PATCH] Update Gemfile Jekyll version (#3140) --- site/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/Gemfile b/site/Gemfile index 8af267397..9ae4bf67f 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -9,7 +9,7 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "3.4.3" +gem "jekyll", ">= 3.6.3" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0"