diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-10 21:09:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-10 21:09:09 -0700 |
commit | aef79d6edd7b03aba2577d5d211d5bb1eb541113 (patch) | |
tree | 50c6cbb3b2a05cd597caa4f8ccedf2d4d49be9c4 /scripts | |
parent | b4eeea2f42e13ddb582e91d84145b5d32259983a (diff) | |
download | chef-aef79d6edd7b03aba2577d5d211d5bb1eb541113.tar.gz |
Try upgrading to Ruby 2.6.6stop_upgrading_gems
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bk_tests/bk_win_functional.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1 index e08c230ae5..6bb2e83598 100644 --- a/scripts/bk_tests/bk_win_functional.ps1 +++ b/scripts/bk_tests/bk_win_functional.ps1 @@ -1,5 +1,5 @@ # The filename of the Ruby installer -$RubyFilename = "rubyinstaller-devkit-2.6.5-1-x64.exe" +$RubyFilename = "rubyinstaller-devkit-2.6.6-1-x64.exe" # The sha256 of the Ruby installer (capitalized?) $RubySHA256 = "BD2050496A149C7258ED4E2E44103756CA3A05C7328A939F0FDC97AE9616A96D" |