From 2ab0cbdf9f1b7d45af9b12caa5f58433102d6f22 Mon Sep 17 00:00:00 2001 From: jgauthier Date: Thu, 2 Apr 2020 21:11:15 +0200 Subject: [PATCH] Ruby and RoR EOL --- Ruby-RoR.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Ruby-RoR.md b/Ruby-RoR.md index f049f87..d06edec 100644 --- a/Ruby-RoR.md +++ b/Ruby-RoR.md @@ -1,3 +1,30 @@ # Ruby + Ruby on Rails end-of-life -TODO +Map of respective end-of-life (EOL) for releases of Ruby on Rails (RoR) and Ruby. + +## Ruby EOL + +* [List of Ruby's Releases](https://www.ruby-lang.org/en/downloads/releases/) +* [Upgrade Example of Ruby version to another](https://help.learn.co/en/articles/2789231-how-to-upgrade-from-ruby-2-3-to-2-6) + +| PHP version | Released | Active Support Until | Security Support Until | +|--------------|-------------:|---------------------:|-----------------------:| +| 2.4 | 25 Dec 2016 | ----------- | **31 March 2020** | +| 2.5 | 25 Dec 2017 | TBA | TBA | +| 2.6 | 25 Dec 2018 | TBA | TBA | +| 2.7 | 25 Dec 2019 | TBA | TBA | +| 3.0 `(2)` | ?? 2020 | TBA | TBA | + +`(2)` not release yet + +## RoR EOL + +* [RoR Releases](https://weblog.rubyonrails.org/releases/) +* [List of RoR versions](https://rubygems.org/gems/rails/versions) +* [Maintenance Policy for Ruby on Rails](https://guides.rubyonrails.org/maintenance_policy.html) +* [Company providing LTS on Rails](https://railslts.com/) + +| RoR | Min Ruby version | Released | End of support | End of bug fixes | End of security fixes | +|--------------|-----------------:|---------------:|---------------:|-----------------:|----------------------:| +| 5.0 | 2.2.2+ | June 2016 | ?? | ?? | ?? | +| 6.0 | 2.5.0+ | August 2019 | ?? | ?? | ?? | -- GitLab