mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* 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:
parent
eff6873363
commit
bddf4b0237
7 changed files with 111 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue