Windows fix for Gemfile, removes execjs and therubyracer from dependencies (#128)

* quickfix to run blog on localhost without changing _config.yml

* windows fix for Gemfile, removes execjs and therubyracer from dependencies
This commit is contained in:
Adrian Harabula 2016-11-13 23:18:57 +02:00 committed by Dean Attali
parent 9debb3049a
commit 440c6e71a7
2 changed files with 6 additions and 10 deletions

View file

@ -1,6 +1,4 @@
source 'https://rubygems.org'
gem 'execjs'
gem 'therubyracer'
gem 'github-pages'
gem 'jekyll-paginate'