From 658ef76c79ba7c8f0f91b9ed176b3b49a2e05151 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 May 2018 11:10:40 +0100 Subject: [PATCH] Add a few new global ruby gems --- shell/ruby.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/ruby.sh b/shell/ruby.sh index 0faefcf..abd7209 100755 --- a/shell/ruby.sh +++ b/shell/ruby.sh @@ -6,10 +6,13 @@ install_ruby_global_packages () { gem install --no-rdoc --no-ri \ bundler \ foreman \ - rubocop \ lunchy \ + method_source \ + pry-doc \ rbenv-rehash \ reek \ + rubocop \ + seeing_is_believing \ travis }