2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-15 12:12:58 +00:00

Update ruby version

This commit is contained in:
Steffen Rademacker 2022-02-21 14:43:42 +01:00
parent 1bb08d13ba
commit be8bedaa69

View File

@ -2,8 +2,8 @@
# ruby
brew install rbenv # restart terminal, then:
rbenv install 3.1.0
rbenv global 3.1.0
rbenv install 3.1.1
rbenv global 3.1.1
# node
curl -L https://git.io/n-install | bash