Commit 3679ee81 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'upgrade-install-gitlab-gem-function' into 'master'

Bump versions for gitlab and httparty

See merge request gitlab-org/gitlab!46074
parents d7e4e722 1f8fcb01
......@@ -31,8 +31,8 @@ function install_api_client_dependencies_with_apt() {
}
function install_gitlab_gem() {
gem install httparty --no-document --version 0.17.3
gem install gitlab --no-document --version 4.13.0
gem install httparty --no-document --version 0.18.1
gem install gitlab --no-document --version 4.14.1
}
function install_tff_gem() {
......
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