From 950e6e0dd136dcfc5c1e5e98e8b8e51ac507491a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Jun 2020 00:09:01 +0300 Subject: [PATCH] Cleanup Gemfile and add wdm on Windows (#2708) --- docs/Gemfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 308c6a55c..31aaee9b9 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,7 +1,4 @@ source 'https://rubygems.org' -gem "jekyll", "~> 3.8.5" - -gem "rouge" - -gem 'github-pages', group: :jekyll_plugins +gem 'github-pages' +gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?