summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-07-22 05:19:30 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-07-22 05:21:59 +0900
commit30d7cfdce62719cbd8e4fd5c9422221194877101 (patch)
tree61e837f2481ce0da72c1080477d6a92625df460a
parent1bc75e0b6748bd37dd92189e1f347abebcf78971 (diff)
downloadbundler-30d7cfdce62719cbd8e4fd5c9422221194877101.tar.gz
Add mswin_22 and mswin64_22 to the platform map
see: e6bc48eb5ffcfd9f208597fc772c75a7b086b3e2 and 3472286166e1626fbfbf5d3bbe16e22e9cea496f
-rw-r--r--lib/bundler/dependency.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/dependency.rb b/lib/bundler/dependency.rb
index 1956863c2d..11c1c07952 100644
--- a/lib/bundler/dependency.rb
+++ b/lib/bundler/dependency.rb
@@ -30,10 +30,12 @@ module Bundler
:mswin_19 => Gem::Platform::MSWIN,
:mswin_20 => Gem::Platform::MSWIN,
:mswin_21 => Gem::Platform::MSWIN,
+ :mswin_22 => Gem::Platform::MSWIN,
:mswin64 => Gem::Platform::MSWIN64,
:mswin64_19 => Gem::Platform::MSWIN64,
:mswin64_20 => Gem::Platform::MSWIN64,
:mswin64_21 => Gem::Platform::MSWIN64,
+ :mswin64_22 => Gem::Platform::MSWIN64,
:mingw => Gem::Platform::MINGW,
:mingw_18 => Gem::Platform::MINGW,
:mingw_19 => Gem::Platform::MINGW,