diff options
-rw-r--r-- | habitat/plan.ps1 | 2 |
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" ) |