[rubygems/rubygems] Added Ruby version for oldest supported version of rubygems

https://github.com/rubygems/rubygems/commit/dd87d70f51
This commit is contained in:
Hiroshi SHIBATA 2020-08-07 09:02:40 +09:00
parent c6bdf75049
commit ab5e9516b7
Notes: git 2020-09-28 14:54:55 +09:00

View File

@ -322,6 +322,7 @@ command to remove old versions.
private
def oldest_supported_version
# for Ruby 2.3
@oldest_supported_version ||= Gem::Version.new("2.5.2")
end
end