DEV Community

n350071πŸ‡―πŸ‡΅
n350071πŸ‡―πŸ‡΅

Posted on

`rbenv install -l`. How can I update it?

1. if you use the Homebrew

brew update
brew upgrade ruby-build
Enter fullscreen mode Exit fullscreen mode

2. if you use rbenv plugin

cd ~/.rbenv/plugins/ruby-build
git pull origin master
ruby-build --version
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay