From 21b36075b3d6022c02be85d7acf870609c265608 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 4 Jul 2019 13:52:07 +0200 Subject: [PATCH] Add github-pages gem to group --- blog/Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blog/Gemfile b/blog/Gemfile index bc569de4..86e938e7 100644 --- a/blog/Gemfile +++ b/blog/Gemfile @@ -20,6 +20,5 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem "github-pages" end - -gem 'github-pages', group: :jekyll_plugins