* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*:

Update rubygems 2.6.5 and 2.6.6.
  Release note of 2.6.5: 656f5d94dc
  Release note of 2.6.6: ccb9c3300c

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-06-24 04:13:11 +00:00
parent eff6873363
commit bddf4b0237
7 changed files with 111 additions and 38 deletions

View file

@ -241,7 +241,7 @@ command to remove old versions.
update_gem 'rubygems-update', version
installed_gems = Gem::Specification.find_all_by_name 'rubygems-update', requirement
version = installed_gems.last.version
version = installed_gems.first.version
install_rubygems version
end