aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-20 22:57:26 -0700
committerAndre Arko <andre@arko.net>2010-04-23 10:04:58 -0700
commit98c8e56e5f21c4a1c4c2b7a62a27407c6c117753 (patch)
tree60c7e65766a3ab21acdf2435afcee1b4add6aa86 /lib
parent4bcf6adea1cd9d5586e4b5df7ec7133379b4009e (diff)
downloadbundler-98c8e56e5f21c4a1c4c2b7a62a27407c6c117753.tar.gz
cache command no longer prunes gems built with older rubygems versions
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/cli.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 5d1d311f..73940ce4 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -71,6 +71,7 @@ module Bundler
method_option "without", :type => :array, :banner => "Exclude gems that are part of the specified named group."
method_option "disable-shared-gems", :type => :boolean, :banner => "Do not use any shared gems, such as the system gem repository."
method_option "gemfile", :type => :string, :banner => "Use the specified gemfile instead of Gemfile"
+ method_option "no-prune", :type => :boolean, :banner => "Don't remove stale gems from the cache."
def install(path = nil)
opts = options.dup
opts[:without] ||= []