summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-13 15:01:15 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-13 15:01:15 -0700
commit4bdec713b4b4bcc3a7df157545f9596b12318eee (patch)
tree928fd6cd3e99a0d9e85c472a338b42e15f50bff3 /scripts
parent76459cb4583b41879dcca4757eb97f50e433f881 (diff)
downloadchef-4bdec713b4b4bcc3a7df157545f9596b12318eee.tar.gz
Switch Ruby functional test on Windows to Ruby 2.7windows_ruby27
Test on what we ship Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bk_tests/bk_win_functional.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index 9447c1853f..b16dd3c1f7 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -1,8 +1,8 @@
# The filename of the Ruby installer
-$RubyFilename = "rubyinstaller-devkit-2.6.6-1-x64.exe"
+$RubyFilename = "rubyinstaller-devkit-2.7.1-1-x64.exe"
# The sha256 of the Ruby installer (capitalized?)
-$RubySHA256 = "6381FA0C683D4B9F8CEEDAA6B8B1191A0C4029588F11F8C77979F6E2CC00DD98"
+$RubySHA256 = "B22C5C1C819A53A1676CCA3410E3FF1BB39A9510C0CFD1E7BA19A728AE4FE86F"
# Where on disk to download Ruby to
$RubyPath = "$env:temp\$RubyFilename"