Update Ruby version for Gitpod (#7092)
This commit is contained in:
parent
c9140f96f3
commit
0e39ff3c19
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue