From 801d12b9166e11892d20242a364ec1dd6f44d1dd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Aug 2016 09:48:11 +0300 Subject: [PATCH] Gemfile: specify `x64_mingw` for the optional deps. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1f49e56a..8c71ff0c 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ group :jekyll_optional_dependencies do gem "kramdown", "~> 1.9" gem "rdoc", "~> 4.2" - platform :ruby, :mswin, :mingw do + platform :ruby, :mswin, :mingw, :x64_mingw do gem "rdiscount", "~> 2.0" gem "pygments.rb", "~> 0.6.0" gem "redcarpet", "~> 3.2", ">= 3.2.3"