diff options
author | Robby Russell <robby@planetargon.com> | 2012-05-31 10:02:50 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-05-31 10:02:50 -0700 |
commit | caa15548c107b9c31f61a67547ffab0b0cfe4934 (patch) | |
tree | c8b11ad43ba61d2cde7cc7930fac669403dab783 /plugins/bundler | |
parent | 48c9e77f53d8949952549060017f6ac84a5a3945 (diff) | |
parent | 8de877d63222ed4effad7d52d68fccca2c01b6dd (diff) | |
download | zsh-caa15548c107b9c31f61a67547ffab0b0cfe4934.tar.gz zsh-caa15548c107b9c31f61a67547ffab0b0cfe4934.tar.bz2 zsh-caa15548c107b9c31f61a67547ffab0b0cfe4934.zip |
Merge pull request #1138 from amarraja/master
Remove heroku from the bundler plugin
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 e1f571237..2b80b76e6 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 ey foreman guard heroku middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) +bundled_commands=(annotate cap capify cucumber ey foreman guard middleman nanoc rackup rainbows rails rake rspec ruby shotgun spec spork thin thor unicorn unicorn_rails) ## Functions |