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 cd3fafd commit cd6a0f7Copy full SHA for cd6a0f7
1 file changed
.devcontainer/codespaces/onCreateCommand.sh
@@ -1,3 +1,8 @@
1
+# Workaround for install Ruby 4.0.0 with RVM
2
+curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
3
+curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
4
+rvm get master
5
+
6
RUBY_VERSION=4.0.0
7
rvm install 3.4.6
8
rvm install $RUBY_VERSION
0 commit comments