From bd2ed8dd4686f6f097dc3cac1741b9293fd2054b Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 21 Mar 2016 15:52:22 +0100 Subject: [PATCH] bundle rubocop --- shell/bundler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bundler b/shell/bundler index d9e439e..1fa8641 100644 --- a/shell/bundler +++ b/shell/bundler @@ -1,6 +1,6 @@ # bundler -bundled_commands=(annotate cap capify cucumber guard heroku nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails irb pry) +bundled_commands=(annotate cap capify cucumber guard heroku nanoc rackup rainbows rails rake rspec rubocop ruby shotgun spec spork thin unicorn unicorn_rails irb pry) _bundler-installed() { which bundle > /dev/null 2>&1