Update the mise-rv repo scripts to install Ruby via rv instead of ruby-build (and install rv if it's already available)
Update the rv README to include a section for mise users, with instructions: mise plugins install ruby https://github.com/spinel-coop/mise-rv
Contributor guide
Tech stack
rustshell
Domain
developer experiencetoolingcli
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
basic shell scriptingfamiliarity with mise and asdf plugin structure
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Fork the asdf ruby repository and modify its scripts to use rv instead of ruby build for installing Ruby. Update the README to include instructions for mise users to install the plugin via `mise plugins install ruby https://github.com/spinel coop/mise rv`. Review the existing asdf ruby plugin structure and the rv command line interface to understand how to integrate.