I am currently using Ruby version 3.2.2 on Ubuntu 22.04, which I installed using asdf. I would like to upgrade to version 3.3.0.
When I run asdf install ruby 3.3.0, I keep getting the error message ruby-build: definition not found: 3.3.0.
Can anyone guide me on how to upgrade my Ruby version to 3.3.0 using asdf?
I have tried running asdf install ruby 3.3.0 where I expected it to upgrade my version to Ruby 3.3.0.
Updating asdf plugin using the following command
asdf plugin update rubyhas worked for me. You should be able to install 3.3.0 afterwards.