[rubygems/rubygems] Remove now dead code

https://github.com/rubygems/rubygems/commit/31fadaf2d2
This commit is contained in:
David Rodríguez 2024-11-22 11:15:32 +01:00 committed by git
parent f127bcb829
commit d2acc71d32

View File

@ -323,10 +323,6 @@ command to remove old versions.
#
def oldest_supported_version
@oldest_supported_version ||=
if Gem.ruby_version > Gem::Version.new("3.1.a")
Gem::Version.new("3.3.3")
else
Gem::Version.new("3.2.3")
end
end
end