activerecord_json_validator icon indicating copy to clipboard operation
activerecord_json_validator copied to clipboard

spec: set logger to `nil` rather than `false`

Open ktreis opened this issue 1 year ago • 0 comments

Beginning in ActiveSupport 7.1, the check for whether a logger is silenced sends nil?, so things break if we set the logger to false.

Fortunately, using nil also works in older versions of ActiveSupport.

ktreis avatar Jan 26 '24 18:01 ktreis