Merge pull request #4841 from MikeMcQuaid/os-mac-install-bump

os/mac: also update install on version bumps.
This commit is contained in:
Mike McQuaid 2018-09-06 12:32:22 +01:00 committed by GitHub
commit 38b54df55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,13 +36,15 @@ module OS
def latest_stable_version def latest_stable_version
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/master/install
Version.new "10.13" Version.new "10.13"
end end
def outdated_release? def outdated_release?
# TODO: bump version when new macOS is released and also update # TODO: bump version when new macOS is released and also update
# references in docs/Installation.md # references in docs/Installation.md and
# https://github.com/Homebrew/install/blob/master/install
version < "10.11" version < "10.11"
end end