Update Ruby version for Gitpod (#7092)

This commit is contained in:
Michael Kohl 2020-04-06 18:51:31 +07:00 committed by GitHub
parent c9140f96f3
commit 0e39ff3c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM gitpod/workspace-postgres
# Install Ruby
ENV RUBY_VERSION=2.6.5
ENV RUBY_VERSION=2.7.0
RUN bash -lc "rvm install ruby-$RUBY_VERSION && rvm use ruby-$RUBY_VERSION --default"
# Install Redis.