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.
Updated by liaham about 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Updated by liaham about 2 years ago
- Target version changed from unreleased to 1.0.4
Actions