Clean-up Gemfile

- Remove gems already included with `github-pages`
- Remove Octopress, should be optional
This commit is contained in:
Michael Rose
2016-02-21 21:25:07 -05:00
parent 66b54d4cc9
commit 644f54b12d
2 changed files with 87 additions and 30 deletions

View File

@ -1,6 +1,3 @@
source "https://rubygems.org"
gem "jekyll", "~> 3.0"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "octopress"
gem "github-pages"