From 416bc032a644c658cb7f978fe010fdd09a8325e1 Mon Sep 17 00:00:00 2001 From: poorndm Date: Thu, 7 Nov 2024 21:18:49 +0530 Subject: [PATCH] update ruby 3.1.4 Signed-off-by: poorndm --- config/projects/omnibus-toolchain.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/projects/omnibus-toolchain.rb b/config/projects/omnibus-toolchain.rb index 42105c0..f5242ec 100644 --- a/config/projects/omnibus-toolchain.rb +++ b/config/projects/omnibus-toolchain.rb @@ -55,7 +55,7 @@ # it is important to set the default ruby version here. some software definitions such as # nokogiri determine whether to compile or not on windows -override :ruby, version: aix? ? "3.0.3" : "3.1.2" +override :ruby, version: aix? ? "3.0.3" : "3.1.4" # xproto 7.0.31 became the default version in omnibus-software but it failed to build on # multiple non-x86_64 systems. (e.g. arm64, ppc64)