mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:06:44 +00:00
fix(mise/ruby): move global gems back to shell helper
Mise is only suitable for gems which expose self-contained CLI tools that don't interact with other Ruby-based tools. Because it sets GEM_HOME to the specific gem's install path, things like `foreman` cannot launch Rails apps, cause any Ruby-based child processes will not find any gems they expect.
This commit is contained in:
@@ -41,19 +41,6 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user