From 07336a7a6522e91ce5c53d85cf24ae220a1f6763 Mon Sep 17 00:00:00 2001 From: digitalfrost Date: Fri, 18 Oct 2024 17:46:19 +0200 Subject: [PATCH] Make supported Rails versions easier to read Add double space at end of line to force line break. So that the independent clause about Rails 5.2 with 'update_strategy... is shown on a new line... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 704750b8..5da6e812 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ When using `STI` all classes are returned from the scopes unless you specify oth - Ancestry 2.x supports Rails 4.1 and earlier - Ancestry 3.x supports Rails 4.2 and 5.0 - Ancestry 4.x supports Rails 5.2 through 7.0 -- Ancestry 5.0 supports Rails 6.0 and higher +- Ancestry 5.0 supports Rails 6.0 and higher Rails 5.2 with `update_strategy=ruby` is still being tested in 5.0. # Installation