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-18 06:11:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-18 06:11:34 +0300
commit104ac5e939f8bc7618fb16fb94f08c9b47637d08 (patch)
treecdfd7673f51cf1d44dd26a3cb305ccddc6401fb6 /scripts
parent67bc0f801fd2526e8e4791c9b53568ec975f2d52 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/utils.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/utils.sh b/scripts/utils.sh
index 849e8f77fd5..15047d35fc3 100644
--- a/scripts/utils.sh
+++ b/scripts/utils.sh
@@ -36,7 +36,6 @@ function bundle_install_script() {
exit 1;
fi;
- gem install bundler --no-document --conservative --version 2.3.5
bundle --version
bundle config set path "$(pwd)/vendor"
bundle config set clean 'true'