diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:42:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-26 22:42:52 +0300 |
commit | ab710eaa69b43e21a854e4e8a3e954dcbde4ff92 (patch) | |
tree | 8ee7cdcf0d8ea48cbc3a6f14c2114d82daa50129 /Gemfile | |
parent | fix licensing notices (diff) | |
download | sorting-algorithms-ab710eaa69b43e21a854e4e8a3e954dcbde4ff92.tar.gz sorting-algorithms-ab710eaa69b43e21a854e4e8a3e954dcbde4ff92.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 'wdm', '~> 0.1.0' if Gem.win_platform? -gem 'jekyll-github-metadata' +gem 'github-pages', '93' |