troessner / reek

Code smell detector for Ruby
https://github.com/troessner/reek
MIT License
4.05k stars 280 forks source link

Add explicity dependency on logger #1789

Closed mvz closed 2 months ago

mvz commented 2 months ago

This will be needed with Ruby 3.5 and silences a warning in the mean time. Ideally, this would be part of the dependencies of dry-schema via dry-core. Once dry-core depends on logger, the direct dependency can be removed.