Avo issues with logger gem #3560
Labels
Stale
Waiting on Reproduction
Pending reproduction repository or detailed reproduction steps to proceed with issue resolution.
Describe the bug
Avo prevents a Rails application from being launched with logger gem version 1.6.3 or higher
Reproduction repository for the bug
Can be reproduced from a fresh rails app made using the following rails new command (Change the directory for your system)
rails _8.0.1_ new D:/Dev/Test --javascript=importmap --skip --database=sqlite3
Steps to use in the reproduction repository
Uncaught exception: no implicit conversion of Pathname into String
errorExpected behavior & Actual behavior
Expected: Rails should run fine
Actual:
System configuration
Avo version: 3.14.5^
Rails version: 8.0.0^
Ruby version: 3.3.1
License type:
Are you using Avo monkey patches, overriding views or view components?
Screenshots or screen recordings
N/A
Additional context
This may be a problem with logger itself, but I think it's an Avo issue because no other gem I use seems to have the issue
Impact
Urgency
The text was updated successfully, but these errors were encountered: