chore: Bumped Ruby version on codespace image to 3.1.3 (#6490)

- Bumped Ruby version on codespace docker image to match the new Ruby version 3.1.3, which is required since from 2.14.
This commit is contained in:
Afonso Lage
2023-02-21 08:35:46 -03:00
committed by GitHub
parent 930863b25b
commit e3d9a0441d

View File

@@ -30,7 +30,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
npm
# Install rbenv and ruby
ARG RUBY_VERSION="3.0.4"
ARG RUBY_VERSION="3.1.3"
RUN git clone https://github.com/rbenv/rbenv.git ~/.rbenv \
&& echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc \
&& echo 'eval "$(rbenv init -)"' >> ~/.bashrc