mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
3bfc6d33bc
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
9 lines
312 B
Ruby
9 lines
312 B
Ruby
# THIS IS NOW HAND MANAGED, JUST EDIT THE THING
|
|
|
|
# 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"
|
|
|
|
# Mac m1
|
|
override "openssl", version: "1.1.1j" if mac_os_x?
|