Depend on jekyll gem instead of github-pages

I don't think we need everything that github-pages pulls in, and this
should speed up the build.
This commit is contained in:
Chris Lowis
2018-11-20 22:02:40 +00:00
parent 26a10700a7
commit 868aa2fb01
2 changed files with 2 additions and 187 deletions

View File

@ -1,3 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll'