Commit 21b97deb authored by Justin Searls's avatar Justin Searls
Browse files

Update EOL Ruby message for macOS > 10.9 Mavericks

parent bf43c1da
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: "