Actions
Bug #1467
closedFailing migrations with Ruby 3
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
Since Ruby 3 passing method arguments changed. A Hash won't be
converted to a keyword argument anymore. Therefore, keyword argumentes
needs to be entered explicitly by default. To keep the behaviour double
splat needs to be added to hash arguments.
Actions