Skip to content

Commit

Permalink
fix(barcalendar): remove obsolete Ruby note (#425)
Browse files Browse the repository at this point in the history
edx.org has now also upgraded to Ruby 3.0.
  • Loading branch information
jmbowman committed Aug 14, 2023
1 parent 5e02065 commit 40639b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion barcalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40639b2

Please sign in to comment.