aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-12-16 09:17:25 -0700
committerSean Griffin <sean@seantheprogrammer.com>2015-12-16 09:19:17 -0700
commit3dd1f554ee0769227827fa397bf52a61bdae4d99 (patch)
tree6e62df6a93bd29133da0b9d53634234b07bac144 /Gemfile
parentb7a7e82207efd24d685fc1325fb523f047ca2ce1 (diff)
downloadrails-3dd1f554ee0769227827fa397bf52a61bdae4d99.tar.gz
rails-3dd1f554ee0769227827fa397bf52a61bdae4d99.tar.bz2
rails-3dd1f554ee0769227827fa397bf52a61bdae4d99.zip
Ensure we install the database backend gems on Windows
platform `:ruby` is only MRI on Linux or Mac. Windows MRI shows up as `:mswin` or `:mswin64` depending on if it was installed as 32 or 64 bit. I am unsure if this will cause conflicts with JRuby on Windows, but I don't have the means to test this at the moment.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 932ac87e77..c25fecc249 100644
--- a/Gemfile
+++ b/Gemfile
@@ -80,7 +80,7 @@ group :test do
gem 'benchmark-ips'
end
-platforms :ruby do
+platforms :ruby, :mswin, :mswin64 do
gem 'nokogiri', '>= 1.6.7'
# Needed for compiling the ActionDispatch::Journey parser.