summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-18 10:20:15 -0700
committerGitHub <noreply@github.com>2020-04-18 10:20:15 -0700
commit4b52f8320e8e604fb73b597f9af4652bd1780fce (patch)
tree5dec4940be4dfd611d6809bf63288b61808b55a9
parent1c13ba3b21f9498126d49e40fd98ed761d844bcd (diff)
parenta0c835886f799d88913818653a78caeba7bda81d (diff)
downloadchef-4b52f8320e8e604fb73b597f9af4652bd1780fce.tar.gz
Merge pull request #9693 from TheLunaticScripter/tls/fix_16_hab
Bump ruby for windows to 2.7
-rw-r--r--habitat/plan.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/plan.ps1 b/habitat/plan.ps1
index 719f5e7a5a..ca40a13bda 100644
--- a/habitat/plan.ps1
+++ b/habitat/plan.ps1
@@ -12,7 +12,7 @@ $pkg_bin_dirs=@(
)
$pkg_deps=@(
"core/cacerts"
- "chef/ruby-plus-devkit"
+ "chef/ruby27-plus-devkit"
)
function Invoke-Begin {