mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update Ruby in omnibus packages to 2.7.3
This resolves a large number of bugs and fixes several CVEs Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
8a93f08a13
commit
05782c665f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# grab the current train release from rubygems.org
|
||||
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
||||
override "train", version: "v#{train_stable}"
|
||||
override "ruby", version: "2.7.2"
|
||||
override "ruby", version: "2.7.3"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1j" if mac_os_x?
|
||||
|
|
Loading…
Reference in a new issue