diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 02:00:54 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 02:00:54 +0300 |
commit | 432b296f27ac55a206487e269f924e4bbc37856f (patch) | |
tree | d2f37be5b9138a24a80401dbe2f22534c174aebc /Gemfile | |
parent | _includes/ -> _includes/common/ (diff) | |
download | egor-tensin.github.io-432b296f27ac55a206487e269f924e4bbc37856f.tar.gz egor-tensin.github.io-432b296f27ac55a206487e269f924e4bbc37856f.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' |