lib/bundler/definition.rb in bundler-1.3.5 vs lib/bundler/definition.rb in bundler-1.3.6

- old
+ new

@@ -247,10 +247,10 @@ # Find all specs for this source resolve. select { |s| s.source == source }. # This needs to be sorted by full name so that # gems with the same name, but different platform - # are ordered consistantly + # are ordered consistently sort_by { |s| s.full_name }. each do |spec| next if spec.name == 'bundler' out << spec.to_lock end