From 30d7cfdce62719cbd8e4fd5c9422221194877101 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 22 Jul 2015 05:19:30 +0900 Subject: Add mswin_22 and mswin64_22 to the platform map see: e6bc48eb5ffcfd9f208597fc772c75a7b086b3e2 and 3472286166e1626fbfbf5d3bbe16e22e9cea496f --- lib/bundler/dependency.rb | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.1