We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02981e6 commit 93bbd88Copy full SHA for 93bbd88
.devcontainer/codespaces/onCreateCommand.sh
@@ -1,8 +1,7 @@
1
-RUBY_VERSION=3.4.6
2
-rvm list
+RUBY_VERSION=4.0.0
+rvm install 3.4.6
3
rvm install $RUBY_VERSION
4
rvm --default use $RUBY_VERSION
5
-ruby -v
6
7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/google-chrome.deb
8
sudo apt update && sudo apt install -y /tmp/google-chrome.deb && rm /tmp/google-chrome.deb
.devcontainer/codespaces/postCreateCommand.sh
@@ -1,3 +1,4 @@
+rvm --default use $(cat ./ruby-version)
until docker info >/dev/null 2>&1; do sleep 1; done
docker rm postgres >/dev/null 2>&1
0 commit comments