spinel-coop/rv

Mise plugin for gem tools

Open

#411 ouverte le 23 janv. 2026

Voir sur GitHub
 (0 commentaires) (0 réactions) (1 assigné)Rust (46 forks)user submission
good first issue

Métriques du dépôt

Stars
 (1 706 stars)
Métriques de merge PR
 (Merge moyen 4j 18h) (14 PRs mergées en 30 j)

Description

We want to offer a Mise backend plugin that manages tools written in Ruby via the rv tool mechanism. Mise users will be able to manage and use gem CLI tools with fully managed and isolated environments without worrying about dependency conflicts or Homebrew upgrades breaking things.

  • create a backend plugin from the mise backend template at spinel-coop/mise-rv-gems
  • implement tool installation and management via the rv tool subcommands, following the mise backend docs
  • update the rv readme to include instructions on using rv to manage gem tools, something like:

Use rv to install and manage CLI tools written in Ruby, guaranteeing isolated environments for each tool and no mysterious errors when Homebrew automatically updates OpenSSL:

mise plugin install rv https://github.com/spinel-coop/mise-rv-gem
mise use -g rv:gist
gist -p README.md

Open questions

Is it possible to replace the built-in gem backend, so we can provide mise use gem:gist instead of mise use rv:gist?

Guide contributeur