From 12bee562c36e34c8e15679acd9a81043cf74864e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Jun 2025 16:54:23 +0100 Subject: [PATCH] feat(mise/tools): add rails-new --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 30c475d..ca912e3 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -78,6 +78,7 @@ ruby_install = true "pipx:pipx" = "latest" "pipx:yamllint" = "latest" "ubi:kubetail-org/kubetail" = { version = "cli/v0.4.4", tag_regex = "^cli\\/v\\d+" } +"ubi:rails/rails-new" = "latest" 1password-cli = "latest" actionlint = "latest" argo-rollouts = "latest"