mise
Direvn has a special layout ruby
command that sets up rubygems/bundler/paths for ease of use. The equivalent in .mise.toml is along the lines of:
1
2
3
4
5
6
7
8
[env]
BUNDLE_BIN = './.mise/bin'
GEM_HOME = './.mise/ruby'
_.path = [
"/bin",
""
]