Zainstaluj Ruby na WSL

sudo apt update && sudo apt install -y ruby-full && ruby --version
CharllierJr