mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
parent
f127bcb829
commit
d2acc71d32
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
Gem::Version.new("3.3.3")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue