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 over 1 year ago
Jean-Philippe Lang has removed Ruby 2.3 from the official CI server today.
#2
Updated by Go MAEDA over 1 year ago
- Target version set to 4.2.0
#3
Updated by Go MAEDA over 1 year ago
- File drop-ruby-2_3.diff added
Here is a patch to drop Ruby 2.3 support.
#4
Updated by Go MAEDA over 1 year ago
- File deleted (
drop-ruby-2_3.diff)
#5
Updated by Go MAEDA over 1 year ago
- File drop-ruby-2_3.diff
added
#6
Updated by Go MAEDA over 1 year ago
- Related to Patch #32530: Update RuboCop to 1.12 added
#7
Updated by Go MAEDA over 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the change.
#8
Updated by Go MAEDA over 1 year ago
- Related to Defect #27780: Case-insensitive matching fails for Unicode filenames when referring to attachments in text formatting added
#9
Updated by Go MAEDA over 1 year ago
- Related to Patch #34150: Use match? instead of =~ when MatchData is not used added
#10
Updated by Go MAEDA over 1 year ago
- Related to Patch #34153: Use sum instead of inject(0, :+) added
#11
Updated by Go MAEDA over 1 year ago
- Tracker changed from Defect to Feature