Skip to content

Commit 758feec

Browse files
AlexVPopovlizdeika
authored andcommitted
Update README with Rails 5.2 information
The [CHANGELOG states](https://github.com/ClosureTree/closure_tree/blob/master/CHANGELOG.md#700) that version 7.0.0 is tested against Rails 5.2, so this should be added to the README.
1 parent 9babda8 commit 758feec

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
@@ -26,7 +26,7 @@ closure_tree has some great features:
2626
* 2 SQL INSERTs on node creation
2727
* 3 SQL INSERT/UPDATEs on node reparenting
2828
* __Support for [concurrency](#concurrency)__ (using [with_advisory_lock](https://github.com/ClosureTree/with_advisory_lock))
29-
* __Tested against ActiveRecord 4.2, 5.0, and 5.1, with Ruby 2.2 and 2.3__
29+
* __Tested against ActiveRecord 4.2, 5.0, 5.1 and 5.2, with Ruby 2.2 and 2.3__
3030
* Support for reparenting children (and all their descendants)
3131
* Support for [single-table inheritance (STI)](#sti) within the hierarchy
3232
* ```find_or_create_by_path``` for [building out heterogeneous hierarchies quickly and conveniently](#find_or_create_by_path)

0 commit comments

Comments
 (0)