mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io> Co-authored-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
1dd787800a
commit
7b8bc020ad
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.4"
|
||||
override "ruby", version: "3.1.2"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1m" if mac_os_x?
|
||||
|
|
Loading…
Reference in a new issue