We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2b5fc commit 96b0abdCopy full SHA for 96b0abd
1 file changed
.mise.toml
@@ -4,6 +4,7 @@ ruby.compile = false
4
[tools]
5
# postinstall ensures latest bundlers possible on each version
6
ruby = [
7
+ { version = "latest", postinstall = "gem install bundler" },
8
{ version = "4.0", postinstall = "gem install bundler" },
9
{ version = "3.4", postinstall = "gem install bundler" },
10
{ version = "3.3", postinstall = "gem install bundler" },
0 commit comments