diff --git a/shell/bundler b/shell/bundler index 489ed3b..dd6db5b 100644 --- a/shell/bundler +++ b/shell/bundler @@ -1,5 +1,7 @@ # bundler -bundled_commands=(annotate cap capify cucumber foreman guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails irb rails pry) + +# shall not be bundled: rails, foreman, god +bundled_commands=(annotate cap capify cucumber guard heroku nanoc rackup rainbows rake rspec ruby shotgun spec spork thin unicorn unicorn_rails irb pry) _bundler-installed() { which bundle > /dev/null 2>&1