Update ruby to 2.6

This commit is contained in:
Patrick Oberdorf 2019-07-07 17:34:39 +02:00 committed by Niclas Mietz
parent d2672dec82
commit d9276e8cd7
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list o
- Update gitaly to 1.47.0
- Update gitlab-shell to 9.3.0
- Update gitlab-pages to 1.6.1
- ruby: update to 2.6
**11.11.3**
- gitlab: upgrade CE to v11.11.3

View File

@ -5,7 +5,7 @@ ARG VCS_REF
ARG VERSION=12.0.0
ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=2.5 \
RUBY_VERSION=2.6 \
GOLANG_VERSION=1.12.6 \
GITLAB_SHELL_VERSION=9.3.0 \
GITLAB_WORKHORSE_VERSION=8.7.0 \