I want to know how to update to the latest stable version of Ruby with Homebrew. I am not interested in using RVM. Thanks.
open terminal
\curl -sSL https://get.rvm.io | bash -s stable
restart terminal then
rvm install ruby-2.4.2
check ruby version it should be 2.4.2