Skip to content

Commit

Permalink
The resolv.rb patch is not applying and leading to failures inwin32/r…
Browse files Browse the repository at this point in the history
…egistry code

Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed May 24, 2024
1 parent 88516f3 commit 439a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 439a893

Please sign in to comment.