Search code examples
rubymacoshomebrew

How to update Ruby with Homebrew?


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


Solution

  • brew upgrade ruby

    Should pull latest version of the package and install it.

    brew update updates brew itself, not packages (formulas they call it)