summaryrefslogtreecommitdiff
path: root/plugins/bundler/bundler.plugin.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-04-05 08:01:29 -0700
committerRobby Russell <robby@planetargon.com>2014-04-05 08:01:29 -0700
commitf8f01262ab19edcbed40fd77d959b64408ea81e2 (patch)
tree9a90f7c20246e72bd0ed45913aaed615bef5552c /plugins/bundler/bundler.plugin.zsh
parent00d6ef8a31dce3fabad159698856de358f29b5ba (diff)
parent7d696f79b8d864e7b6afb13512bcb0f0cd519f1a (diff)
downloadzsh-f8f01262ab19edcbed40fd77d959b64408ea81e2.tar.gz
zsh-f8f01262ab19edcbed40fd77d959b64408ea81e2.tar.bz2
zsh-f8f01262ab19edcbed40fd77d959b64408ea81e2.zip
Merge pull request #2685 from delynn/patch-2
Remove mailcatcher from bundler plugin
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-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 e4b03e7b0..3338d78be 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 berks cap capify cucumber foodcritic foreman guard irb jekyll kitchen knife mailcatcher middleman nanoc puma rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails)
+bundled_commands=(annotate berks cap capify cucumber foodcritic foreman guard irb jekyll kitchen knife middleman nanoc puma rackup rainbows rake rspec ruby shotgun spec spin spork strainer tailor taps thin thor unicorn unicorn_rails)
# Remove $UNBUNDLED_COMMANDS from the bundled_commands list
for cmd in $UNBUNDLED_COMMANDS; do