File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ closure_tree has some great features:
25
25
* 2 SQL INSERTs on node creation
26
26
* 3 SQL INSERT/UPDATEs on node reparenting
27
27
* __ 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 and 5.2, with Ruby 2.2 and 2.3 __
28
+ * __ Tested against ActiveRecord 4.2, 5.0, 5.1, 5.2 and 6.0 with Ruby 2.5 and 2.6 __
29
29
* Support for reparenting children (and all their descendants)
30
30
* Support for [ single-table inheritance (STI)] ( #sti ) within the hierarchy
31
31
* ``` find_or_create_by_path ``` for [ building out heterogeneous hierarchies quickly and conveniently] ( #find_or_create_by_path )
662
662
663
663
Closure tree is [tested under every valid combination](http://travis-ci.org/#!/ClosureTree/closure_tree) of
664
664
665
- * Ruby 2.2 , 2.3
666
- * ActiveRecord 4.2, 5.0, and 5.1
665
+ * Ruby 2.5 , 2.6
666
+ * ActiveRecord 4.2, 5.x and 6.0
667
667
* PostgreSQL, MySQL, and SQLite. Concurrency tests are only run with MySQL and PostgreSQL.
668
668
669
669
Assuming you' re using [rbenv](https: // github.com/ sstephenson/ rbenv), you can use ` ` ` tests.sh` ` ` to
You can’t perform that action at this time.
0 commit comments