Commit 315e00de authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch '118490-pin-gitlab-and-httparty' into 'master'

Pin the Gitlab and HTTParty gems for safety

Closes #118490

See merge request gitlab-org/gitlab!21847
parents a98b8302 dfde9c1f
......@@ -24,7 +24,8 @@
- apk add --update openssl
- wget $CI_PROJECT_URL/raw/$CI_COMMIT_SHA/scripts/trigger-build-docs
- chmod 755 trigger-build-docs
- gem install gitlab --no-document
- gem install httparty --no-document --version 0.17.3
- gem install gitlab --no-document --version 4.13.0
# Always trigger a docs build in gitlab-docs only on docs-only branches.
# Useful to preview the docs changes live.
......
......@@ -34,7 +34,8 @@ function install_api_client_dependencies_with_apt() {
}
function install_gitlab_gem() {
gem install gitlab --no-document
gem install httparty --no-document --version 0.17.3
gem install gitlab --no-document --version 4.13.0
}
function echoerr() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment