Skip to content

Commit

Permalink
use ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bjf893 authored and solidnerd committed Dec 2, 2020
1 parent abb5d0e commit 9ef34bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -10,6 +10,7 @@ https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list
- gitlab-pages: upgrade to v1.30.0
- gitlab-workhorse: upgrade to v8.54.0
- use bundler 2.1.4
- use ruby 2.7

**13.5.4**
- gitlab: upgrade CE to v13.5.4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:bionic-20200921
ARG VERSION=13.6.0

ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=2.6 \
RUBY_VERSION=2.7 \
GOLANG_VERSION=1.15.5 \
GITLAB_SHELL_VERSION=13.13.0 \
GITLAB_WORKHORSE_VERSION=8.54.0 \
Expand Down

0 comments on commit 9ef34bc

Please sign in to comment.