diff options
author | Peter Tillemans <pti@snamellit.com> | 2012-10-08 12:10:24 +0200 |
---|---|---|
committer | Peter Tillemans <pti@snamellit.com> | 2012-10-08 12:10:24 +0200 |
commit | ef96b6c16e1e59c449ef31d658d3232135a3e482 (patch) | |
tree | 0b77f6a14c36c60d575943fff961a8f4476bb100 /plugins/bundler | |
parent | 370dbe4fc7caedea615f9543cdf27e70b1c93f2a (diff) | |
parent | 73f777053725ce61d6fada67ff3f174130dd8c94 (diff) | |
download | zsh-ef96b6c16e1e59c449ef31d658d3232135a3e482.tar.gz zsh-ef96b6c16e1e59c449ef31d658d3232135a3e482.tar.bz2 zsh-ef96b6c16e1e59c449ef31d658d3232135a3e482.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
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 |