Actions
Feature #39761
closedRuby 3.3 support
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Ruby 3.3.0 is going to be released on December 25th, 2023.
Related issues
Updated by Go MAEDA about 1 year ago
- Copied from Feature #38099: Add Ruby 3.2 support added
Updated by Go MAEDA about 1 year ago
With Ruby 3.3.0-preview3, one test fails.
Failure: Redmine::WikiFormatting::CommonMark::SanitizationFilterTest#test_should_sanitize_html_strings [/path/to/redmine/test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb:125]: --- expected +++ actual @@ -1 +1 @@ -"<b>Lorem</b> <a title=\"foo\">ipsum</a> <a href=\"http://foo.com/\"><strong>dolor</strong></a> sit<br>amet <script>alert(\"hello world\");" +"<b>Lorem</b> <a title=\"foo\">ipsum</a> <a href=\"http://foo.com/\"><strong>dolor</strong></a> sit<br>amet script>alert(\"hello world\");" bin/rails test test/unit/lib/redmine/wiki_formatting/common_mark/sanitization_filter_test.rb:123
Updated by Mizuki ISHIKAWA 11 months ago
Go MAEDA wrote in #note-2:
With Ruby 3.3.0-preview3, one test fails.
[...]
All tests were successful in my environment. I cannot reproduce the same problem as yours.
Actions