From 8a42776d3f08fa65896a7622ae881faaf00f71d2 Mon Sep 17 00:00:00 2001 From: Zoran Bjelica <100371150+zoran-bjelica@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:48:06 +0200 Subject: [PATCH] [Windows] Add Ruby 3.1 to Windows 2019/2022 (#5392) * [Windows] Add Microsoft Reporting Services Projects support * [Windows] Add Ruby 3.1 to Windows 2019/2022 --- images/win/toolsets/toolset-2019.json | 3 ++- images/win/toolsets/toolset-2022.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index aab1861a..8830b492 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -9,7 +9,8 @@ "2.5", "2.6", "2.7", - "3.0" + "3.0", + "3.1" ], "default": "2.5" }, diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index b5c6be82..00b8468c 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -6,7 +6,8 @@ "platform" : "win32", "versions": [ "2.7", - "3.0" + "3.0", + "3.1" ], "default": "3.0" },