Feature #31500
Ruby 2.7 support
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Ruby support | |||
Target version: | 4.2.0 | |||
Resolution: |
Related issues
Associated revisions
History
#1
Updated by Go MAEDA 6 months ago
- Copied from Feature #30118: Ruby 2.6 support added
#2
Updated by Go MAEDA 9 days ago
- Related to Patch #32527: Fix ruby 2.7 warning: given argument is nil; this will raise a TypeError in the next release added
#3
Updated by Seiei Miyagi 5 days ago
With ruby 2.7, following tests failed.
bin/rails test test/functional/timelog_report_test.rb:262 bin/rails test test/functional/timelog_report_test.rb:308
I send a pull request to ruby/csv to fix it.
https://github.com/ruby/csv/pull/111
The pull request is merged but not released yet.
#4
Updated by Go MAEDA 4 days ago
- Related to Patch #32542: Fix ruby 2.7 warning: The last argument is used as the keyword parameter added