diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-26 17:38:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-26 17:38:01 -0700 |
commit | fff1c3b1a4b704f6b876f64f20bdd48d129051d8 (patch) | |
tree | e108943205882fabc39ee7d456b6a2b14ece5b94 /habitat | |
parent | b1cf1e2df87b2b6e0cfea975319d7b0ba39b5a31 (diff) | |
download | chef-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>
Diffstat (limited to 'habitat')
-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" ) |