You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/documentation/installation/index.md
+11
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Here are available installation methods:
57
57
*[Managers](#managers)
58
58
*[asdf-vm](#asdf-vm)
59
59
*[chruby](#chruby)
60
+
*[mise-en-place](#mise-en-place)
60
61
*[rbenv](#rbenv)
61
62
*[rbenv for Windows](#rbenv-for-windows)
62
63
*[RVM](#rvm)
@@ -334,6 +335,14 @@ manage Rubies installed by [ruby-install](#ruby-install) or even built
334
335
from source.
335
336
336
337
338
+
### mise-en-place
339
+
{: #mise-en-place}
340
+
341
+
[mise-en-place][mise-en-place] allows you to switch between multiple Rubies without requiring additional tools.
342
+
It manages installations automatically and includes a [gem backend](https://mise.jdx.dev/dev-tools/backends/gem.html) to manage versions of CLIs written in Ruby.
343
+
It supports UNIX-like and Windows operating systems.
344
+
345
+
337
346
### rbenv
338
347
{: #rbenv}
339
348
@@ -421,4 +430,6 @@ though, because the installed Ruby won't be managed by any tools.
0 commit comments