Skip to content

Commit

Permalink
gem openssl 3.0.0 install to be consistent with ruby 3.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: muthuja <[email protected]>
  • Loading branch information
muthuja committed Apr 3, 2024
1 parent 04a9cf7 commit fb7cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
override "nokogiri", version: "1.13.6"
override "openssl", version: "3.0.9"
override "pkg-config-lite", version: "0.28-1"
override :ruby, version: aix? ? "3.0.3" : "3.1.2"
override :ruby, version: aix? ? "3.0.3" : "3.1.2", openssl_gem: "3.0.0"
override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
override "ruby-msys2-devkit", version: "3.1.2-1"
override "util-macros", version: "1.19.0"
Expand Down

0 comments on commit fb7cfb1

Please sign in to comment.