summaryrefslogtreecommitdiff
path: root/plugins/bundler
diff options
context:
space:
mode:
authorDeLynn Berry <delynn@gmail.com>2014-04-04 08:11:11 -0600
committerDeLynn Berry <delynn@gmail.com>2014-04-04 08:11:11 -0600
commit7d696f79b8d864e7b6afb13512bcb0f0cd519f1a (patch)
tree9a90f7c20246e72bd0ed45913aaed615bef5552c /plugins/bundler
parent00d6ef8a31dce3fabad159698856de358f29b5ba (diff)
downloadzsh-7d696f79b8d864e7b6afb13512bcb0f0cd519f1a.tar.gz
zsh-7d696f79b8d864e7b6afb13512bcb0f0cd519f1a.tar.bz2
zsh-7d696f79b8d864e7b6afb13512bcb0f0cd519f1a.zip
Remove mailcatcher
The mailcatcher gem does not work correctly when executed through Bundler.
Diffstat (limited to 'plugins/bundler')
-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