Updated to 6.0.3.6. After update was done, all Rails commands (db:migrate, console, server, etc.) fail with:
cannot load such file -- mimemagic/overlay (LoadError)
I was already on 6.0.3.5 so this should have been a really simple version bump. Anyone else running into this? Happening on my local host as well as my CI (Circle).
Ugh. Glossed right over the gem causing the issue in the stack trace. CarrierWave 2.2.0 is what caused my issue. Specifically carrierwave/sanitized_file.