os/mac: support macOS High Sierra (10.13).
This commit is contained in:
parent
7d720e8fac
commit
fcb6b5c7aa
@ -34,12 +34,12 @@ module OS
|
||||
|
||||
def prerelease?
|
||||
# TODO: bump version when new OS is released
|
||||
version >= "10.13"
|
||||
version >= "10.14"
|
||||
end
|
||||
|
||||
def outdated_release?
|
||||
# TODO: bump version when new OS is released
|
||||
version < "10.10"
|
||||
version < "10.11"
|
||||
end
|
||||
|
||||
def cat
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user