[rubygems/rubygems] Added Ruby version for oldest supported version of rubygems
https://github.com/rubygems/rubygems/commit/dd87d70f51
This commit is contained in:
parent
c6bdf75049
commit
ab5e9516b7
Notes:
git
2020-09-28 14:54:55 +09:00
@ -322,6 +322,7 @@ command to remove old versions.
|
|||||||
private
|
private
|
||||||
|
|
||||||
def oldest_supported_version
|
def oldest_supported_version
|
||||||
|
# for Ruby 2.3
|
||||||
@oldest_supported_version ||= Gem::Version.new("2.5.2")
|
@oldest_supported_version ||= Gem::Version.new("2.5.2")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user