From 4abc9995830f5d4634656336d79aa6fe3544ab4c Mon Sep 17 00:00:00 2001 From: Andreas Finger Date: Fri, 8 Jul 2022 09:13:22 +0200 Subject: [PATCH] doc: List compatible Ruby versions in the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 657b276..9aecc6c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Run the migration: Now you are ready to move forward to create a job and schedule it. +### Compatibility + +* **Crono v1.1.2** and older are compatible with Ruby 2.7.x and older +* **Crono v2.0.0** and newer are compatible with Ruby 2.7.x and _newer_ ## Usage