Updating Ruby with asdf

Assuming, it is macOS, and asdf was installed with Homebrew.

brew update
asdf plugin update ruby
asdf install ruby 3.2.2

In case asdf was installed manually, use this instead of the brew commend to update to the lates stable release:

asdf update

References:



Somewhat related: