From 610fedff5cb771b3ad482ec1d9ca5adfd37d40f8 Mon Sep 17 00:00:00 2001 From: Chris Parker Date: Sat, 25 May 2019 03:18:36 -0500 Subject: [PATCH] Bumped Jekyll Version --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index f8c45c3..011140c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 3.7.3" +gem "jekyll", "~> 3.7.4" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0"