From 439a8937fd7f6cf6d524d3229b5824e3fc1cce7b Mon Sep 17 00:00:00 2001 From: John Date: Fri, 24 May 2024 08:22:31 -0700 Subject: [PATCH] The resolv.rb patch is not applying and leading to failures inwin32/registry code Signed-off-by: John --- config/software/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/ruby.rb b/config/software/ruby.rb index be319bdab..ba2193fa9 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -165,7 +165,7 @@ # UTF-16LE format and we need UTF-8. # Here we patch the Ruby Win32/Reolv.rb file to make reloading the Win32::Registry class # conditional and therefore prevent the monkeypatch from being overwritten. - if windows? && version.satisfies?("~> 3.0.0") + if windows? && version.satisfies?("~> 3.0") patch source: "ruby-win32_resolv.patch", plevel: 0, env: patch_env end