summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-26 18:37:59 -0700
committerGitHub <noreply@github.com>2021-04-26 18:37:59 -0700
commitf69c34dfeac95c49ea0d48c0adf0a352930e298f (patch)
tree46a7b1bee47a11536c9c553d36d467378a3e1b51
parent5fbff318a4affc8c0f91eb768327654b597886b0 (diff)
parentfff1c3b1a4b704f6b876f64f20bdd48d129051d8 (diff)
downloadchef-f69c34dfeac95c49ea0d48c0adf0a352930e298f.tar.gz
Merge pull request #11456 from chef/ruby_3_hab
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 8269e436a5..fac1ada42f 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -12,7 +12,7 @@ $pkg_bin_dirs=@(
)
$pkg_deps=@(
"core/cacerts"
- "chef/ruby27-plus-devkit"
+ "chef/ruby30-plus-devkit"
"chef/chef-powershell-shim"
)