thoughtbot / shoulda-matchers

Simple one-liner tests for common Rails functionality
https://matchers.shoulda.io
MIT License
3.5k stars 911 forks source link

Remove useless `logger` require #1634

Closed Earlopain closed 2 months ago

Earlopain commented 3 months ago

Ruby 3.4 will warn when logger is required without it being part of the gemspec: https://github.com/ruby/ruby/commit/d7e558e3c48c213d0e8bedca4fb547db55613f7c. In 3.5 it will error.

The usage of a logger was added and removed in #1350