summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-09-23 11:48:42 -0700
committerRobby Russell <robby@planetargon.com>2012-09-23 11:48:42 -0700
commit25a9cddc2191a1c6751d1e385389c0787a597a3e (patch)
tree5195f19480b771e6f43b76ab3ea24fc892f7be5d
parent8247a4097d32a85c6a119b114cce44069559dd3e (diff)
parent8510ac002f1dec92f6e9e62809f3dc5493d4b842 (diff)
downloadzsh-25a9cddc2191a1c6751d1e385389c0787a597a3e.tar.gz
zsh-25a9cddc2191a1c6751d1e385389c0787a597a3e.tar.bz2
zsh-25a9cddc2191a1c6751d1e385389c0787a597a3e.zip
Merge pull request #1318 from trobrock/add-puma-to-bundler
Bundle exec puma also http://puma.io
-rw-r--r--plugins/bundler/bundler.plugin.zsh2
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