Defect #34986
Ruby 3.0 fix super calls
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Ruby support | |||
Target version: | - | |||
Resolution: | Fixed | Affected version: |
Description
there're failures on Ruby 3.0 due to kwargs separation, these two places should be changed either to accept kwargs instead of args or ignore them.
note that Ruby 3.0 isn't supported without Rails patches #29914
Related issues
Associated revisions
History
#1
Updated by Go MAEDA over 1 year ago
- Related to Feature #34992: Ruby 3.0 support added
#2
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch as a part of #34992. Thank you.