From 73c670943579764183508cde5b2827cf3427d4c2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 23 Oct 2018 12:17:35 +0100 Subject: [PATCH] Update list of default ruby gems --- zsh/ruby.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zsh/ruby.zsh b/zsh/ruby.zsh index 69b0383..a0bd232 100755 --- a/zsh/ruby.zsh +++ b/zsh/ruby.zsh @@ -4,7 +4,9 @@ install_ruby_global_packages () { gem install --no-rdoc --no-ri \ + brakeman \ bundler \ + bundler-audit \ foreman \ lunchy \ method_source \ @@ -12,8 +14,7 @@ install_ruby_global_packages () { rbenv-rehash \ reek \ rubocop \ - seeing_is_believing \ - travis + seeing_is_believing } # Aliases