From 7400a495699495af0b9ef09644d6b6362e3e496a Mon Sep 17 00:00:00 2001 From: David Singleton Date: Sat, 11 Feb 2017 15:05:32 +0000 Subject: [PATCH] Remove uneeded jekyll-feed depdencies from Gemfile Misunderstood how the `github-pages` gem works, it has the gems that github-pages supports, and at the versions they support. Those gems don't need adding separely. --- Gemfile | 6 +----- Gemfile.lock | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index f314ad5..f1b369d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,3 @@ source 'https://rubygems.org' -group :jekyll_plugins do - gem 'github-pages' - - gem 'jekyll-feed' -end +gem 'github-pages', group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 1c6595b..5465c92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,7 +196,6 @@ PLATFORMS DEPENDENCIES github-pages - jekyll-feed BUNDLED WITH 1.14.3