Change from github-pages to raw jekyll in Gemfile

This commit is contained in:
Jesper Hess 2017-01-18 19:00:54 +01:00
parent c95b61c001
commit 85dd36a1bf
Signed by: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 2 deletions

View File

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