From 0b71bb9625b660e9083672706794a5878341bf76 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 4 Jul 2019 13:53:03 +0200 Subject: [PATCH] Remove jekyll gem as per Gemfile comments --- blog/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/Gemfile b/blog/Gemfile index 86e938e7..85998143 100644 --- a/blog/Gemfile +++ b/blog/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.4" +# 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"