chore(zsh/ruby): remove deprecated and redundant gems

This commit is contained in:
2025-12-19 15:30:42 +00:00
parent fcbcce79f6
commit e86ff34b2e

View File

@@ -54,25 +54,17 @@ alias fr="foreman run"
install_ruby_global_packages() { install_ruby_global_packages() {
local packages=( local packages=(
'bundler:~> 1.0'
'bundler:~> 2.0'
bundler-audit
dotenv dotenv
erb_lint erb_lint
foreman foreman
method_source method_source
pry-doc pry-doc
reek
rubocop rubocop
ruby-lsp ruby-lsp
ruby-lsp-rails ruby-lsp-rails
ruby-lsp-rspec ruby-lsp-rspec
solargraph
solargraph-rails
steep
syntax_tree syntax_tree
syntax_tree-haml syntax_tree-haml
syntax_tree-rbs
yard yard
) )