lib/bundler/cli.rb in bundler-1.3.4 vs lib/bundler/cli.rb in bundler-1.3.5

- old
+ new

@@ -400,10 +400,11 @@ method_option "local", :type => :boolean, :banner => "Do not attempt to fetch gems remotely and use the gem cache instead" def outdated(*gems) sources = Array(options[:source]) Bundler.definition.validate_ruby! - current_specs = Bundler.load.specs + + current_specs = Bundler.ui.silence { Bundler.load.specs } if gems.empty? && sources.empty? # We're doing a full update definition = Bundler.definition(true) else