aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-26 22:28:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-26 22:28:25 +0300
commitd992efa3a1080db39ebda476979422467439c98b (patch)
treebd8713bf940584313b4b0a00237cd89986e0d491 /Gemfile
parentadd shebang to serve.sh (diff)
downloadjekyll-theme-d992efa3a1080db39ebda476979422467439c98b.tar.gz
jekyll-theme-d992efa3a1080db39ebda476979422467439c98b.zip
adjust Gemfiles for Cygwin
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index ebe28e9..fe952ce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'