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