mirror of
https://github.com/inspec/inspec
synced 2024-11-22 04:33:09 +00:00
CFINSPEC-17 Update plan.ps1 to get ruby 3 pkg and let validate windows habitat build for ruby 3
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
0f4e4ff349
commit
7a8c58e9b9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $pkg_maintainer="The Chef Maintainers <humans@chef.io>"
|
|||
$pkg_license=('Apache-2.0')
|
||||
|
||||
$pkg_deps=@(
|
||||
"chef/ruby-plus-devkit"
|
||||
"chef/ruby30-plus-devkit"
|
||||
)
|
||||
$pkg_bin_dirs=@("bin"
|
||||
"vendor/bin")
|
||||
|
|
Loading…
Reference in a new issue