I want to know how to update to the latest stable version of Ruby with Homebrew. I am not interested in using RVM. Thanks.
brew upgrade ruby
Should pull latest version of the package and install it.
brew update
updates brew itself, not packages (formulas they call it)