From 40639b20a80adf24e0d58872ec210046e53cc491 Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Mon, 14 Aug 2023 15:51:18 -0400 Subject: [PATCH] fix(barcalendar): remove obsolete Ruby note (#425) edx.org has now also upgraded to Ruby 3.0. --- barcalendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barcalendar.py b/barcalendar.py index aac70763..66e19285 100644 --- a/barcalendar.py +++ b/barcalendar.py @@ -524,7 +524,7 @@ def parse_version_name(line): ('2.5', 2017, 12, 2021, 3), ('2.6', 2018, 12, 2022, 3), ('2.7', 2019, 12, 2023, 3), - ('3.0', 2020, 12, 2024, 3, "Updated to Ruby 3 in https://github.com/openedx/cs_comments_service/pull/392, but not updated on edx.org"), + ('3.0', 2020, 12, 2024, 3), ('3.1', 2021, 12, 2025, 3), ] for name, syear, smonth, eyear, emonth, *more in ruby_releases: