summaryrefslogtreecommitdiff
path: root/scripts/utils.sh
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-17 12:09:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-17 12:09:19 +0000
commit359f9c9929177d6ea6c54c19b23959145f177a78 (patch)
tree8877699926eedf057f7663f431b77a0cfa6739a1 /scripts/utils.sh
parent5f4d643165631ea503b8aa1e9abbecc8341c39c6 (diff)
downloadgitlab-ce-359f9c9929177d6ea6c54c19b23959145f177a78.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/utils.sh')
-rw-r--r--scripts/utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index c598afc4582..bcd7dd6c42b 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -32,7 +32,7 @@ function install_api_client_dependencies_with_apt() {
function install_gitlab_gem() {
gem install httparty --no-document --version 0.18.1
- gem install gitlab --no-document --version 4.14.1
+ gem install gitlab --no-document --version 4.17.0
}
function install_tff_gem() {