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:
parent
9debb3049a
commit
440c6e71a7
2 changed files with 6 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'execjs'
|
||||
gem 'therubyracer'
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-paginate'
|
Loading…
Add table
Add a link
Reference in a new issue