[rubygems/rubygems] Remove now dead code
https://github.com/rubygems/rubygems/commit/31fadaf2d2
This commit is contained in:
parent
f127bcb829
commit
d2acc71d32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user