Actions
Patch #44413
openDocument that Redmine does not start on Ruby 3.3.0
Description
It was reported in #44403 that Redmine does not start on Ruby 3.3.0. This is caused by an issue with Ruby's handling of anonymous arguments (https://bugs.ruby-lang.org/issues/20090), which was fixed in Ruby 3.3.1.
The attached patch adds this information to the Known Issues section of source:trunk/doc/INSTALL.
Files
Updated by Go MAEDA about 7 hours ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
Committed the patch in r25037.
Actions