log_switch released v1.0.0, which removes the LogSwitch::Mixin class. Tailor optimistically pins to '>= 0.3.0' of log_switch, so it automatically picks up v1.0.0 and dies:
A short term fix is to release Tailor v1.4.1 with a pessimistic pin on log_switch '~> 0.3.0'. This can also be affected by using that pin in a Gemfile that also includes tailor.
I was about to write 'the proper fix is to integrate the new mechanism described by the log_switch author', but having realized that they're both from the same person I assume this is already underway.
log_switch released v1.0.0, which removes the LogSwitch::Mixin class. Tailor optimistically pins to '>= 0.3.0' of log_switch, so it automatically picks up v1.0.0 and dies:
A short term fix is to release Tailor v1.4.1 with a pessimistic pin on log_switch '~> 0.3.0'. This can also be affected by using that pin in a Gemfile that also includes tailor.
I was about to write 'the proper fix is to integrate the new mechanism described by the log_switch author', but having realized that they're both from the same person I assume this is already underway.