summaryrefslogtreecommitdiff
path: root/lib/bundler/gem_helpers.rb
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-04-09 16:03:32 -0700
committerAndre Arko <andre@arko.net>2015-04-10 20:23:02 -0700
commitbd078f22c3a9720f7d050c73039f53cca8ff90dd (patch)
treee7756953a40e9aaa6dd1de09655c1a675c70a8c7 /lib/bundler/gem_helpers.rb
parent442d576a83f7e3324567fb93c43fc2b6da9074f1 (diff)
downloadbundler-bd078f22c3a9720f7d050c73039f53cca8ff90dd.tar.gz
Fix universal gem installation
Diffstat (limited to 'lib/bundler/gem_helpers.rb')
-rw-r--r--lib/bundler/gem_helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/gem_helpers.rb b/lib/bundler/gem_helpers.rb
index a3bb514954..2af87c94d9 100644
--- a/lib/bundler/gem_helpers.rb
+++ b/lib/bundler/gem_helpers.rb
@@ -6,6 +6,7 @@ module Bundler
[Gem::Platform.new('java'), Gem::Platform.new('java')],
[Gem::Platform.new('mswin32'), Gem::Platform.new('mswin32')],
[Gem::Platform.new('mswin64'), Gem::Platform.new('mswin64')],
+ [Gem::Platform.new('universal-mingw32'), Gem::Platform.new('universal-mingw32')],
[Gem::Platform.new('x64-mingw32'), Gem::Platform.new('x64-mingw32')],
[Gem::Platform.new('x86_64-mingw32'), Gem::Platform.new('x64-mingw32')],
[Gem::Platform.new('mingw32'), Gem::Platform.new('x86-mingw32')]