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...
This commit is contained in:
digitalfrost 2024-10-18 17:46:19 +02:00 committed by GitHub
parent d613f00c2c
commit 07336a7a65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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