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?