summaryrefslogtreecommitdiff
path: root/scripts/utils.sh
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-01 12:10:48 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-01 12:10:48 +0000
commita21091270d45530468f8ac2f4f926fe1b9840b67 (patch)
treea641a030521f16e320f1d3559a49956f485c217f /scripts/utils.sh
parent8700fc108e2c269a4d73530d60662a6aaff14381 (diff)
downloadgitlab-ce-a21091270d45530468f8ac2f4f926fe1b9840b67.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/utils.sh')
-rw-r--r--scripts/utils.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index 44bbabb4c99..6fee1909bb7 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -125,6 +125,10 @@ function install_tff_gem() {
run_timed_command "gem install test_file_finder --no-document --version 0.1.4"
}
+function install_activesupport_gem() {
+ run_timed_command "gem install activesupport --no-document --version 6.1.7.1"
+}
+
function install_junit_merge_gem() {
run_timed_command "gem install junit_merge --no-document --version 0.1.2"
}