summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.expeditor/scripts/bk_win_prep.ps12
1 files changed, 2 insertions, 0 deletions
diff --git a/.expeditor/scripts/bk_win_prep.ps1 b/.expeditor/scripts/bk_win_prep.ps1
index b5337d1487..c0bf97a95f 100644
--- a/.expeditor/scripts/bk_win_prep.ps1
+++ b/.expeditor/scripts/bk_win_prep.ps1
@@ -2,9 +2,11 @@ echo "--- system details"
$Properties = 'Caption', 'CSName', 'Version', 'BuildType', 'OSArchitecture'
Get-CimInstance Win32_OperatingSystem | Select-Object $Properties | Format-Table -AutoSize
+echo "ruby version:"
ruby -v
if (-not $?) { throw "Can't run Ruby. Is it installed?" }
+echo "bundler version: "
bundle --version
if (-not $?) { throw "Can't run Bundler. Is it installed?" }