summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-26 17:38:01 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-26 17:38:01 -0700
commitfff1c3b1a4b704f6b876f64f20bdd48d129051d8 (patch)
treee108943205882fabc39ee7d456b6a2b14ece5b94
parentb1cf1e2df87b2b6e0cfea975319d7b0ba39b5a31 (diff)
downloadchef-fff1c3b1a4b704f6b876f64f20bdd48d129051d8.tar.gz
Update the Effortless package for Windows to Ruby 3
Ship on Ruby 3 everywhere 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"
)