Did you know that you can navigate the posts by swiping left and right?
Today just a short reminder to my future self. If you ever would have problems with installing nokogiri in your freshly installed or updated macOS, follow these steps:
--use-system-libraries
from ~/.bundle/config
. There is no need to have this anymorexcode-select --install
to install additional tools required for compilation.Bonus: these steps should fix your Homebrew, too!