I updated XCode on my Mac and since then when starting Docker using docker-sync-stack start
I get this error message:
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/include/ruby.h
I tried installing ruby with this: brew install rbenv ruby-build
but this does not change anything.
Does anybody know how I can fix it?
Thanks!