Feature #34142
Drop Ruby 2.3 support
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Ruby support | |||
Target version: | 4.2.0 | |||
Resolution: | Fixed |
Description
The official support of Ruby 2.3 has already ended on 2019-03-31.
https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/
And some gems such as rubocop, rubyzip, simplecov, capybara, csv, and roadie dropped support for Ruby 2.3 in the latest version.
Related issues
Associated revisions
Drop Ruby 2.3 support (#34142).
RuboCop: Set TargetRubyVersion to 2.4 (#34142).
History
#1
Updated by Go MAEDA 5 months ago
Jean-Philippe Lang has removed Ruby 2.3 from the official CI server today.
#5
Updated by Go MAEDA 5 months ago
- File drop-ruby-2_3.diff
added
#6
Updated by Go MAEDA 5 months ago
- Related to Patch #32530: Update RuboCop to 1.11 added
#8
Updated by Go MAEDA 5 months ago
- Related to Defect #27780: Attachment sort doesn't work with Unicode added
#9
Updated by Go MAEDA 5 months ago
- Related to Patch #34150: Use match? instead of =~ when MatchData is not used added
#10
Updated by Go MAEDA 5 months ago
- Related to Patch #34153: Use sum instead of inject(0, :+) added