Hacker News new | ask | show | jobs
by tmilewski 4563 days ago
brew upgrade ruby-build --HEAD && rbenv install -l | grep 2.1.0
2 comments

Strange, I only see 2.1.0-dev and 2.1.0-preview1, even after I do this... Any tips?

EDIT: rbenv-update'='(cd ~/.rbenv/plugins/ruby-build && git pull) did the trick.

Yup, that's what I needed to do.