feat(mise/tools): install Ruby gems with mise

Also remove various old defunct install_*_global_packages helper shell commands.
This commit is contained in:
2025-05-04 10:22:59 +01:00
parent 1f61ddd8e4
commit 9760c4a2aa
5 changed files with 17 additions and 91 deletions

View File

@@ -33,6 +33,19 @@ ruby_install = true
"cargo:eza" = "latest"
"cargo:kubectl-watch" = "latest"
"cargo:paper-terminal" = "latest"
"gem:dotenv" = "latest"
"gem:erb_lint" = "latest"
"gem:foreman" = "latest"
"gem:reek" = "latest"
"gem:rubocop" = "latest"
"gem:ruby-lsp" = "latest"
"gem:ruby-lsp-rails" = "latest"
"gem:solargraph" = "latest"
"gem:solargraph-rails" = "latest"
"gem:syntax_tree" = "latest"
"gem:syntax_tree-haml" = "latest"
"gem:syntax_tree-rbs" = "latest"
"gem:yard" = "latest"
"go:github.com/rakyll/hey" = "latest"
"go:google.golang.org/grpc/cmd/protoc-gen-go-grpc" = "latest"
"go:google.golang.org/protobuf/cmd/protoc-gen-go" = "latest"
@@ -118,7 +131,7 @@ rclone = "latest"
restish = "latest"
ripgrep = "latest"
ruby = "latest"
rust = "latest"
rust = { version = "latest", components = "rust-analyzer,rust-src" }
sccache = "latest"
shellcheck = "latest"
shfmt = "latest"