From 46c190e1282a078e45b49a579945f483eecc0b93 Mon Sep 17 00:00:00 2001 From: Prabhatkumar59 <167855894+Prabhatkumar59@users.noreply.github.com> Date: Thu, 31 Jul 2025 04:48:51 +0530 Subject: [PATCH] [Ubuntu] Updating Ruby version 3.4.* (#12675) --- images/ubuntu/toolsets/toolset-2204.json | 3 ++- images/ubuntu/toolsets/toolset-2404.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index e72c17ea4..ecb999212 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -55,7 +55,8 @@ "versions": [ "3.1.*", "3.2.*", - "3.3.*" + "3.3.*", + "3.4.*" ] }, { diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 309bfe256..55be5ef87 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -52,7 +52,8 @@ "arch": "x64", "versions": [ "3.2.*", - "3.3.*" + "3.3.*", + "3.4.*" ] }, {