Merge pull request #7791 from mistydemeo/add_big_sur

OS::Mac::Version: add Big Sur
This commit is contained in:
Misty De Meo 2020-06-22 12:17:08 -07:00 committed by GitHub
commit 4de9d10953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ module OS
module Mac
class Version < ::Version
SYMBOLS = {
big_sur: "10.16",
catalina: "10.15",
mojave: "10.14",
high_sierra: "10.13",