From 09ced5f20969366cb19c95711f9a19fb1b78c1df Mon Sep 17 00:00:00 2001 From: Poapfel Date: Sat, 10 Nov 2012 21:05:09 +0100 Subject: [PATCH] Added outdated command to bundler completions --- src/_bundle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_bundle b/src/_bundle index 3c38e01..2cc530d 100644 --- a/src/_bundle +++ b/src/_bundle @@ -38,7 +38,8 @@ case $state in "init[Generate a simple Gemfile, placed in the current directory]" \ "gem[Create a simple gem, suitable for development with bundler]" \ "help[Describe available tasks or one specific task]" \ - "platform[Displays platform compatibility information]" + "platform[Displays platform compatibility information]" \ + "outdated[Show all of the outdated gems in the current bundle]" ret=0 ;; args)