diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:28:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:28:25 +0300 |
commit | d992efa3a1080db39ebda476979422467439c98b (patch) | |
tree | bd8713bf940584313b4b0a00237cd89986e0d491 /Gemfile | |
parent | add shebang to serve.sh (diff) | |
download | jekyll-theme-d992efa3a1080db39ebda476979422467439c98b.tar.gz jekyll-theme-d992efa3a1080db39ebda476979422467439c98b.zip |
adjust Gemfiles for Cygwin
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,2 @@ source 'https://rubygems.org' -gem 'github-pages' -gem 'jekyll-github-metadata' -gem 'wdm', '~> 0.1.0' if Gem.win_platform? +gem 'github-pages', '93' |