Skip to content

Commit 93bbd88

Browse files
committed
Update Ruby version in devcontainer setup scripts
1 parent 02981e6 commit 93bbd88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/codespaces/onCreateCommand.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
RUBY_VERSION=3.4.6
2-
rvm list
1+
RUBY_VERSION=4.0.0
2+
rvm install 3.4.6
33
rvm install $RUBY_VERSION
44
rvm --default use $RUBY_VERSION
5-
ruby -v
65

76
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/google-chrome.deb
87
sudo apt update && sudo apt install -y /tmp/google-chrome.deb && rm /tmp/google-chrome.deb

.devcontainer/codespaces/postCreateCommand.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rvm --default use $(cat ./ruby-version)
12

23
until docker info >/dev/null 2>&1; do sleep 1; done
34
docker rm postgres >/dev/null 2>&1

0 commit comments

Comments
 (0)