Solving the clang version error on Mac OS X

Following up on my last post on how to update Ruby to the latest version on OS X, I recently ran into an error when trying to update again to Ruby 2.5.0.

configure: error: clang version 3.0 or later is required

I did a bit of research and Stack Exchange was super helpful.  This seems to be Mac OS X Sierra and High Sierra update issue.  But maybe it affects other versions too.  Continue reading “Solving the clang version error on Mac OS X”

Update Ruby to Latest Version on Mac OS X

I recently needed to do a small scripting job in Ruby, and to use the gems required I needed to be on the latest version of Ruby (2.4.1).  My MacBook was on an older version, so I needed to run a quick update. Here is the process I followed:

 

Continue reading “Update Ruby to Latest Version on Mac OS X”