use bundler 2.1.4

This commit is contained in:
intec_bf 2020-11-23 15:07:40 +01:00 committed by Niclas Mietz
parent 812de4a1cf
commit abb5d0e6c0
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list
- gitaly: upgrade v13.6.0
- gitlab-shell: upgrade to v13.13.0
- gitlab-pages: upgrade to v1.30.0
- gitlab-workhorse: upgrade to v8.54.0
- gitlab-workhorse: upgrade to v8.54.0
- use bundler 2.1.4
**13.5.4**
- gitlab: upgrade CE to v13.5.4

View File

@ -51,7 +51,7 @@ RUN set -ex && \
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
&& locale-gen en_US.UTF-8 \
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
&& gem install --no-document bundler -v 1.17.3 \
&& gem install --no-document bundler -v 2.1.4 \
&& rm -rf /var/lib/apt/lists/*
COPY assets/build/ ${GITLAB_BUILD_DIR}/