Commit c8e89e8
authored
fix: Rails 7.0.3 test suite incompatibility (#1236)
It is possible that a transitive require statement was removed in this PR https://github.com/rails/rails/pull/44340/files
It is likely that in most Rails production workloads this will not be a problem since the Rails Railtie requires `kernel/reporting`.
https://github.com/rails/rails/blob/8ace32c4ccdc760d17548de777b08c13bc9e07bd/railties/lib/rails.rb#L8
Fixes: #1234
cc: collectiveidea/delayed_job#11681 parent ee5ece7 commit c8e89e8
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments