Actions
Defect #34986
closedRuby 3.0 fix super calls
Start date:
Due date:
% Done:
0%
Estimated time:
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
Files
Related issues
Updated by Go MAEDA over 3 years ago
- Related to Feature #34992: Ruby 3.0 support added
Updated by Go MAEDA over 3 years 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.
Actions