Unverified Commit 71934721 authored by SHIBATA Hiroshi's avatar SHIBATA Hiroshi Committed by GitHub
Browse files

Merge pull request #1253 from searls/master

Update EOL Ruby message for macOS > 10.9 Mavericks
parents f18e085e 21b97deb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -838,9 +838,9 @@ require_gcc() {

        colorize 1 "TO FIX THE PROBLEM"
        if type brew &>/dev/null; then
          echo ": Install Homebrew's apple-gcc42 package with this"
          echo ": Install Homebrew's GCC package with this"
          echo -n "command: "
          colorize 4 "brew tap homebrew/dupes ; brew install apple-gcc42"
          colorize 4 "brew install gcc@4.9"
        else
          echo ": Install the official GCC compiler using these"
          echo -n "packages: "