Skip to content

Commit

Permalink
update EOL status for rubies 2.6, 2.7, 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kowal committed Sep 9, 2023
1 parent fbf2386 commit 8853c6b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* :arrows_counterclockwise: Endless method definition <code>def square(x) = x * x</code>

### Ruby 2.7

* :lock: **EOL** 2023-03-31
* Implementations: [MRI 2.7.7](https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/)
* :new: Pattern Matching :test_tube:
* :arrows_counterclockwise: REPL improvements
Expand All @@ -51,7 +51,7 @@
* :gear: Compaction GC

### Ruby 2.6
* :lock: **EOL** 2022-03-31
* :lock: **EOL** 2022-04-12
* Implementations: [MRI 2.6.10](https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/)
* :new: endless ranges <code>(1..)</code>
* :new: <code>Enumerable#chain</code>
Expand Down
16 changes: 9 additions & 7 deletions data/ruby_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
{
"version": "3.0",
"version_info": "3.0.0 (Dec 2020) - 3.0.6 (March 2023)",
"state": "Supported",
"state": "Security maintenance phase",
"minors": [
{ "version": "3.0.6", "release_date": "2023-03-30", "end_date": "" },
{ "version": "3.0.5", "release_date": "2022-11-24", "end_date": "2022-11-24" },
Expand Down Expand Up @@ -205,10 +205,12 @@
},
{
"version": "2.7",
"version_info": "2.7.0 (Dec 2019) - 2.7.7 (Nov 2022)",
"state": "Security maintenance phase",
"version_info": "2.7.0 (Dec 2019) - 2.7.8 (March 2023)",
"state": "All maintenance endded on March 31 2023",
"eol": "2023-03-31",
"minors": [
{ "version": "2.7.7", "release_date": "2022-11-24", "end_date": "" },
{ "version": "2.7.8", "release_date": "2023-03-30", "end_date": "" },
{ "version": "2.7.7", "release_date": "2022-11-24", "end_date": "2023-03-30" },
{ "version": "2.7.6", "release_date": "2022-04-12", "end_date": "2022-11-24" },
{ "version": "2.7.5", "release_date": "2021-11-24", "end_date": "2022-04-12" },
{ "version": "2.7.4", "release_date": "2021-07-07", "end_date": "2021-11-24" },
Expand Down Expand Up @@ -279,8 +281,8 @@
{
"version": "2.6",
"version_info": "2.6.0 (Dec 2018) - 2.6.10 (Apr 2022)",
"state": "All maintenance ended on March 31, 2022",
"eol": "2022-03-31",
"state": "All maintenance ended on April 12, 2022",
"eol": "2022-04-12",
"minors": [
{ "version": "2.6.10", "release_date": "2022-04-12", "end_date": "" },
{ "version": "2.6.9", "release_date": "2021-11-24", "end_date": "2022-04-12" },
Expand Down Expand Up @@ -334,7 +336,7 @@
{
"version": "2.5",
"version_info": "2.5.0 (Dec 2017) - 2.5.9 (Apr 2021)",
"state": "All maintenance ended on March 31, 2021",
"state": "All maintenance ended on April 5, 2021",
"eol": "2021-03-31",
"minors": [
{ "version": "2.5.9", "release_date": "2021-04-05", "end_date": "" },
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/javascripts/charts-timeline.js

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions docs/docs/versions-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,17 @@
----


## Ruby 2.7
## Ruby 2.7 <div class='icon-label eol' title='All maintenance ended on 2023-03-31'><div data-icon='ei-lock' data-size='s'></div></div>


### Ruby [2.7.8](https://www.ruby-lang.org/en/news/2023/03/30/ruby-2-7-8-released/) <div class='icon-label calendar' title='Released on 2023-03-30'><div data-icon='ei-calendar' data-size='s'></div></div>



- <span class='badge badge-pill badge-warning'>CVE</span> [CVE-2023-28755: ReDoS vulnerability in URI..](https://www.ruby-lang.org/en/news/2023/03/28/redos-in-uri-cve-2023-28755/)

- <span class='badge badge-pill badge-warning'>CVE</span> [CVE-2023-28756: ReDoS vulnerability in Time..](https://www.ruby-lang.org/en/news/2023/03/30/redos-in-time-cve-2023-28756/)

### Ruby [2.7.7](https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/) <div class='icon-label calendar' title='Released on 2022-11-24'><div data-icon='ei-calendar' data-size='s'></div></div>


Expand Down Expand Up @@ -214,7 +222,7 @@
----


## Ruby 2.6 <div class='icon-label eol' title='All maintenance ended on 2022-03-31'><div data-icon='ei-lock' data-size='s'></div></div>
## Ruby 2.6 <div class='icon-label eol' title='All maintenance ended on 2022-04-12'><div data-icon='ei-lock' data-size='s'></div></div>


### Ruby [2.6.10](https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/) <div class='icon-label calendar' title='Released on 2022-04-12'><div data-icon='ei-calendar' data-size='s'></div></div>
Expand Down Expand Up @@ -571,4 +579,4 @@

----

(Last updated on 2023-09-09 14:36:15 +0200)
(Last updated on 2023-09-09 15:03:44 +0200)
6 changes: 3 additions & 3 deletions docs/docs/versions-latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This reverts change from Ruby 2.5.0.</code>



## Ruby <a target='_blank' href="https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/">2.7.7</a> <div class='icon-label calendar' title='Released on 2022-11-24'><div data-icon='ei-calendar' data-size='s'></div></div>
## Ruby <a target='_blank' href="https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/">2.7.7</a> <div class='icon-label eol' title='All maintenance ended on 2023-03-31'><div data-icon='ei-lock' data-size='s'></div></div> <div class='icon-label calendar' title='Released on 2023-03-30'><div data-icon='ei-calendar' data-size='s'></div></div>

- <span class='badge badge-pill badge-success'>Added</span>
Pattern Matching (experimental)
Expand Down Expand Up @@ -193,7 +193,7 @@ end</code>



## Ruby <a target='_blank' href="https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/">2.6.10</a> <div class='icon-label eol' title='All maintenance ended on 2022-03-31'><div data-icon='ei-lock' data-size='s'></div></div> <div class='icon-label calendar' title='Released on 2022-04-12'><div data-icon='ei-calendar' data-size='s'></div></div>
## Ruby <a target='_blank' href="https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/">2.6.10</a> <div class='icon-label eol' title='All maintenance ended on 2022-04-12'><div data-icon='ei-lock' data-size='s'></div></div> <div class='icon-label calendar' title='Released on 2022-04-12'><div data-icon='ei-calendar' data-size='s'></div></div>

- <span class='badge badge-pill badge-success'>Added</span>
endless ranges <code>(1..)</code>
Expand Down Expand Up @@ -346,4 +346,4 @@ This will be reversed again in Ruby 3.0.0</code>

----

(Last updated on 2023-09-09 14:36:15 +0200)
(Last updated on 2023-09-09 15:03:44 +0200)
12 changes: 6 additions & 6 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 8853c6b

Please sign in to comment.