ko1 41e1670a64 use stable sort.
* lib/rubygems/resolver.rb (sort_dependencies): use stable sort.
  TestGemRequestSetLockfile#test_to_s_gem_dependency_non_default
  fails because this method return unstable results.
  Note that Enumerable#sort_by is unstable.

  I'm not sure the "stable" nature is required for RubyGems.
  The fact is that using stable sort, the test passed on
  mswin64+VS2017 where the sort results was reverse (unstable) order.
  Also using `-i` instead of `i` (it means forcing unstable sort)
  this test fails on other platform where the test successed before.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-08-04 14:57:31 +00:00
..
2017-04-07 13:26:12 +00:00
2016-11-20 02:12:48 +00:00
2017-06-09 01:31:36 +00:00
2017-07-28 14:16:17 +00:00
2017-08-04 14:57:31 +00:00
2017-07-18 01:59:28 +00:00
2017-06-24 03:35:29 +00:00
2017-03-08 20:41:38 +00:00
2017-01-03 09:47:16 +00:00
2017-04-20 09:11:36 +00:00
2017-07-20 16:47:26 +00:00
2017-02-27 07:37:55 +00:00
2017-04-04 12:54:42 +00:00
2017-02-24 07:39:37 +00:00
2017-01-14 02:26:49 +00:00
2017-02-24 11:33:06 +00:00