Skip to content

Commit

Permalink
Remove uneeded jekyll-feed depdencies from Gemfile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dsingleton committed Feb 11, 2017
1 parent ed02f58 commit 7400a49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions 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
1 change: 0 additions & 1 deletion Gemfile.lock
Expand Up @@ -196,7 +196,6 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll-feed

BUNDLED WITH
1.14.3

0 comments on commit 7400a49

Please sign in to comment.