From 371e357065edf362144af7f44b7ff0755d1b0165 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Wed, 16 Dec 2015 09:31:44 -0700 Subject: Add additional platforms for Windows It appears that MRI on Windows can also appear as `:mingw`, if it was installed via RubyInstaller. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index c25fecc249..46c98ce4bb 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ group :test do gem 'benchmark-ips' end -platforms :ruby, :mswin, :mswin64 do +platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do gem 'nokogiri', '>= 1.6.7' # Needed for compiling the ActionDispatch::Journey parser. -- cgit v1.2.3