The past few days it seems like the ruby versions available via chruby on OS X machines seem be inconsistent. We need ruby 2.4, so we have a build step that does chruby ruby-2.4.4, however our builds fail randomly because sometimes it’s ruby-2.4.3 that is available and sometimes ruby-2.4.2. What’s up with this?
I’ve no idea, but are the Dockerfiles available for these on Github, so you can see if they’re actually being rebuilt? It does strike me as something that CircleCI devs would not be doing deliberately.