Commit 855258a
committed
Fix Ruby 3.0+ compatibility in test suite
Ruby 3.0 no longer auto-loads Logger from the standard library.
ActiveSupport 6.1 expects it to be available, causing tests to fail
with "uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger".1 parent dba0f38 commit 855258a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments