Commit 0ef596b
committed
fix: declare ActionController::API in the RBS stubs
The static and sqlite CI jobs failed at RBS validation: the generated
signature for TransmissionsController names ActionController::API as
its superclass, and sig/support/framework.rbs only declared
ActionController::Base. The local run before the push looked green
because the exit code check read the tail of a grep pipeline, not
rake itself; a fresh clone reproduced the failure immediately. The
stub now declares the API class, and rake passes in a clean clone
with its own exit code checked.1 parent d358449 commit 0ef596b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments