From c29763f1d702f99137c9b1deaa6e19bbf27e82eb Mon Sep 17 00:00:00 2001 From: Hosam Aly Date: Mon, 2 Aug 2021 20:52:42 +0100 Subject: [PATCH] HISTORY.md: Ruby 2.5 is still supported in v1.4.0 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 2e3c82b..3484013 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,7 +11,7 @@ - Renamed default branch from master to main, see: https://github.com/github/renaming - Temporarily removed YARD doc configuration, to replace after migration to Github Actions - - Removed support for all EOL Rubies < 2.6 + - Removed support for all EOL Rubies < 2.5 - Migrated CI from Travis to Github Actions - Special thanks (again!) to Taichi Ishitani (@taichi-ishitani): - Use more reliable codecov github action (via simplecov-cobertura)