aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-12-16 09:31:44 -0700
committerSean Griffin <sean@seantheprogrammer.com>2015-12-16 09:33:33 -0700
commit371e357065edf362144af7f44b7ff0755d1b0165 (patch)
treeca1154dbab835f0017c05efed584209fb8b31b5b /Gemfile
parentd95351236071215a931c626ec2fe7059270f606c (diff)
downloadrails-371e357065edf362144af7f44b7ff0755d1b0165.tar.gz
rails-371e357065edf362144af7f44b7ff0755d1b0165.tar.bz2
rails-371e357065edf362144af7f44b7ff0755d1b0165.zip
Add additional platforms for Windows
It appears that MRI on Windows can also appear as `:mingw`, if it was installed via RubyInstaller.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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.