Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-28 09:12:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-28 09:12:18 +0300
commit4315ed03878b5c5d4ab6a49bf41857cfe036dac7 (patch)
treecdba2e2406f9a8bbff559d38dd1fd2401d8e0a10 /scripts/utils.sh
parentc5f4c801a6b40e7ee4b96aba20bbec687ccf0502 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/utils.sh')
-rw-r--r--scripts/utils.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index 31afc225019..c20508617b8 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -36,6 +36,7 @@ function bundle_install_script() {
exit 1;
fi;
+ gem install bundler --no-document --conservative --version 2.3.6
bundle --version
bundle config set path "$(pwd)/vendor"
bundle config set clean 'true'