Skip to content

Commit

Permalink
Merge pull request #1271 from nonsequitur/master
Browse files Browse the repository at this point in the history
Fix sorting of platforms
  • Loading branch information
indirect committed Jun 29, 2015
2 parents 28e1559 + 3940650 commit 704fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/request_set/lockfile.rb
Expand Up @@ -185,7 +185,7 @@ def add_PLATFORMS out # :nodoc:

platforms = platforms.sort_by { |platform| platform.to_s }

platforms.sort.each do |platform|
platforms.each do |platform|
out << " #{platform}"
end

Expand Down

0 comments on commit 704fb27

Please sign in to comment.