1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rubygems/*, test/rubygems/*: Update to RubyGems 2.4.4

master (2f6e42e).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-11-17 03:55:02 +00:00
parent 1133596e6b
commit d35a2bd4df
12 changed files with 29 additions and 35 deletions

View file

@ -281,7 +281,7 @@ class Gem::Dependency
}
end
matches = matches.sort_by { |s| s.sort_obj } # HACK: shouldn't be needed
matches.sort_by { |s| s.sort_obj } # HACK: shouldn't be needed
end
##