Merge pull request #7588 from maxim-belkin/glibc-minimum-version

os/linux/glibc.rb: up minimum glibc version to 2.13
This commit is contained in:
Mike McQuaid 2020-05-18 09:27:29 +01:00 committed by GitHub
commit 95a8217223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ module OS
end end
def minimum_version def minimum_version
Version.new "2.12" Version.new "2.13"
end end
def below_minimum_version? def below_minimum_version?