diff options
author | Xavier Lacoste <xavier.lacoste@inria.fr> | 2012-09-27 16:50:23 +0200 |
---|---|---|
committer | Xavier Lacoste <xavier.lacoste@inria.fr> | 2012-09-27 16:50:23 +0200 |
commit | 23657840a1ca31ffbce8f84d96d3063f5b4b4319 (patch) | |
tree | 5f5f354fe11c59f46da6e0a9a40db895a760d7af /plugins/bundler | |
parent | ce74be1e1dfbccd45ced3314fd4a4c8869a49ec4 (diff) | |
parent | 25a9cddc2191a1c6751d1e385389c0787a597a3e (diff) | |
download | zsh-23657840a1ca31ffbce8f84d96d3063f5b4b4319.tar.gz zsh-23657840a1ca31ffbce8f84d96d3063f5b4b4319.tar.bz2 zsh-23657840a1ca31ffbce8f84d96d3063f5b4b4319.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'plugins/bundler')
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh index 39b76ecdf..2305c4979 100644 --- a/plugins/bundler/bundler.plugin.zsh +++ b/plugins/bundler/bundler.plugin.zsh @@ -6,7 +6,7 @@ alias bu="bundle update" # The following is based on https://github.com/gma/bundler-exec -bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber foreman guard middleman nanoc rackup rainbows rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails puma) ## Functions |