Skip to content

Commit 5131784

Browse files
committed
update Readme.md [ci skip]
1 parent f49be88 commit 5131784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ closure_tree has some great features:
2525
* 2 SQL INSERTs on node creation
2626
* 3 SQL INSERT/UPDATEs on node reparenting
2727
* __Support for [concurrency](#concurrency)__ (using [with_advisory_lock](https://github.com/ClosureTree/with_advisory_lock))
28-
* __Tested against ActiveRecord 4.2, 5.0, 5.1, 5.2 and 6.0 with Ruby 2.5 and 2.6__
28+
* __Tested against ActiveRecord 6.0+ with Ruby 2.7+__
2929
* Support for reparenting children (and all their descendants)
3030
* Support for [single-table inheritance (STI)](#sti) within the hierarchy
3131
* ```find_or_create_by_path``` for [building out heterogeneous hierarchies quickly and conveniently](#find_or_create_by_path)

0 commit comments

Comments
 (0)