2
0
Fork 0
mirror of https://github.com/inspec/inspec synced 2025-03-07 16:57:43 +00:00

Update OpenSSL on macOS to 1.1.l

1.1.1k is no longer there

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2021-10-02 16:33:23 -07:00
parent 3f7d40318b
commit 19f74c9c88

View file

@ -6,4 +6,4 @@ override "train", version: "v#{train_stable}"
override "ruby", version: "2.7.4"
# Mac m1
override "openssl", version: "1.1.1k" if mac_os_x?
override "openssl", version: "1.1.1l" if mac_os_x?