Skip to content

Fix: initialise active support in logger

Jay McCure requested to merge jmc-33 into main

What does this MR do and why?

In #33 (closed) the job is failing due to an uninitialised constant while using active support 7.0.8. We need to require active_support before requiring the extension: https://guides.rubyonrails.org/active_support_core_extensions.html#cherry-picking-a-definition

How to set up and validate locally

Then apply the fix and re-run the specs with: bundle exec rspec

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jay McCure

Merge request reports