mac/version: add symbol for macOS Mojave

This commit is contained in:
Dominyk Tiller 2018-06-04 19:38:51 +01:00
parent b088302e11
commit 0c12ab5e83
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -4,6 +4,7 @@ module OS
module Mac module Mac
class Version < ::Version class Version < ::Version
SYMBOLS = { SYMBOLS = {
mojave: "10.14",
high_sierra: "10.13", high_sierra: "10.13",
sierra: "10.12", sierra: "10.12",
el_capitan: "10.11", el_capitan: "10.11",