From e06a9116442a311e570c1bb4de73aa44a8a5b41c Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 19 Apr 2019 12:26:27 -0600 Subject: [PATCH] Regularized Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ddafbc7..e295d5c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -# gem "jekyll", "~> 3.8.5" +gem "jekyll", "~> 3.8.5" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0"