How to update Ruby with Homebrew?

前端 未结 5 2072
我寻月下人不归
我寻月下人不归 2020-12-22 17:53

I want to know how to update to the latest stable version of Ruby with Homebrew. I am not interested in using RVM. Thanks.

5条回答
  •  借酒劲吻你
    2020-12-22 18:50

    Adding to the selected answer (as I haven't enough rep to add comment), one way to see the list of available versions (from ref) try:

    $ rbenv install -l
    

提交回复
热议问题