You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monkey patching libraries is a bad idea. Latest version of yard changed
some internal details, which broke bolt.
A workaround was proposed in #3349 but the root cause was not addressed.
Detect if the version of YARD we are using provide the
`YARD::Logger::Severity` class (part of the new interal API) and if so
use its constants to set the log level, otherwise fallback to the
previous way of setting the log level using a Symbol.
While here, revert the workaround that was committed in #3349 and #3350.
!no-release-note
0 commit comments