diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index f53a39044..ea5e55bbe 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -9,7 +9,7 @@ override "ruby", version: "3.1.2" if mac_os_x? override "openssl", version: "1.1.1w" else - # Hopefully temporary, in October 2023 the default is 1.0.2zg which + # Hopefully temporary, in October 2023 the default is 1.0.2zg which # has an open high cve, while zi is available. Temporarily pin until # default in omnibus-software has no cves. override "openssl", version: "1.0.2zi"