summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-01-05 19:53:49 -0800
committerJohn <john.mccrae@progress.com>2023-01-05 19:53:49 -0800
commit3825b5715704b02a734f458135a48f8fce0ab9a8 (patch)
treec19ba4cf9afb33b65aa94dde5e8230856c7acf88
parent2373eeab869c6c856c8fb05e82cbf31dfbf40390 (diff)
downloadchef-3825b5715704b02a734f458135a48f8fce0ab9a8.tar.gz
Correcting the borked Ruby versions. Should be 3.0 and not 2.7. Now with URU!
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--.expeditor/scripts/bk_win_functional.ps13
-rw-r--r--.expeditor/verify.pipeline.yml2
2 files changed, 4 insertions, 1 deletions
diff --git a/.expeditor/scripts/bk_win_functional.ps1 b/.expeditor/scripts/bk_win_functional.ps1
index 62126762c5..6b1745e3fe 100644
--- a/.expeditor/scripts/bk_win_functional.ps1
+++ b/.expeditor/scripts/bk_win_functional.ps1
@@ -16,6 +16,9 @@ $ErrorActionPreference = 'Stop'
# ruby -v
# if (-not $?) { throw "Can't run Ruby. Is it installed?" }
+Write-Output "--- configure ruby items"
+gem install bundler:2.3.7
+
Write-Output "--- configure winrm"
winrm quickconfig -q
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 0f1c66abbe..0bcd062dbf 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -263,7 +263,7 @@ steps:
docker:
image: rubydistros/fedora-latest:3.0
-- label: "Functional Windows :ruby: 2.7"
+- label: "Functional Windows :ruby: 3.0"
commands:
- .expeditor/scripts/bk_win_functional.ps1
expeditor: