summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-12-07 12:33:53 -1000
committerAndre Arko <andre@arko.net>2011-12-07 12:33:53 -1000
commit3b836fc5f6b7aec1fd7cbe0da316b6ddc0d9f613 (patch)
tree708f435dc24d61fcbfb6630b26b5e3977d1855d0
parentc12794f275d5ed69f47981df4a35b044658c8b74 (diff)
downloadbundler-3b836fc5f6b7aec1fd7cbe0da316b6ddc0d9f613.tar.gz
fix specs by deleting trailing whitespace
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 392a1e00d7..5a86ec572a 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -331,7 +331,7 @@ module Bundler
out_count = 0
# Loop through the current specs
- current_specs.each do |current_spec|
+ current_specs.each do |current_spec|
next if !gems.empty? && !gems.include?(current_spec.name)
active_spec = definition.index[current_spec.name].sort_by { |b| b.version }