aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/dependency.rb
diff options
context:
space:
mode:
authorU.Nakamura <usa@garbagecollect.jp>2014-04-11 18:57:39 +0900
committerU.Nakamura <usa@garbagecollect.jp>2014-04-11 18:57:39 +0900
commitdd7af3e9258fdbbb2389c6c2c22dcb4d81ddd6e5 (patch)
tree60df6d10911129322b5ff706e5c15f5cf640238f /lib/bundler/dependency.rb
parent6bc8145219cf6d19c36aa69bea064529200cd413 (diff)
downloadbundler-dd7af3e9258fdbbb2389c6c2c22dcb4d81ddd6e5.tar.gz
Mswin64 support.
Diffstat (limited to 'lib/bundler/dependency.rb')
-rw-r--r--lib/bundler/dependency.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/bundler/dependency.rb b/lib/bundler/dependency.rb
index c0e8f8bf..2e677ae2 100644
--- a/lib/bundler/dependency.rb
+++ b/lib/bundler/dependency.rb
@@ -24,6 +24,14 @@ module Bundler
:jruby_18 => Gem::Platform::JAVA,
:jruby_19 => Gem::Platform::JAVA,
:mswin => Gem::Platform::MSWIN,
+ :mswin_18 => Gem::Platform::MSWIN,
+ :mswin_19 => Gem::Platform::MSWIN,
+ :mswin_20 => Gem::Platform::MSWIN,
+ :mswin_21 => Gem::Platform::MSWIN,
+ :mswin64 => Gem::Platform::MSWIN64,
+ :mswin64_19 => Gem::Platform::MSWIN64,
+ :mswin64_20 => Gem::Platform::MSWIN64,
+ :mswin64_21 => Gem::Platform::MSWIN64,
:mingw => Gem::Platform::MINGW,
:mingw_18 => Gem::Platform::MINGW,
:mingw_19 => Gem::Platform::MINGW,