Skip to content

Commit b855c60

Browse files
author
John McCrae
committed
Updating license_scout support
Signed-off-by: John McCrae <mccrae@progress.com>
1 parent 54b327e commit b855c60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.expeditor/run_linux_tests.sh

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ set -ue
77
export USER="root"
88
export LANG=C.UTF-8 LANGUAGE=C.UTF-8
99

10+
echo "--- updating Rubygems"
11+
gem install rubygems-update
12+
update_rubygems
13+
gem update --system
14+
1015
echo "--- bundle install"
1116

1217
bundle config --local path vendor/bundle

0 commit comments

Comments
 (0)