Skip to content

Commit cd6a0f7

Browse files
committed
Workaround for install Ruby 4.0.0 with RVM
1 parent cd3fafd commit cd6a0f7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.devcontainer/codespaces/onCreateCommand.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
RUBY_VERSION=4.0.0
27
rvm install 3.4.6
38
rvm install $RUBY_VERSION

0 commit comments

Comments
 (0)