Skip to content

Commit 4bb4c01

Browse files
committed
update readme. closes #399
1 parent fc2a7d4 commit 4bb4c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for a description of different tree storage algorithms.
5353

5454
## Installation
5555

56-
Note that closure_tree only supports ActiveRecord 4.2 and later, and has test coverage for MySQL, PostgreSQL, and SQLite.
56+
Note that closure_tree only supports ActiveRecord 6.0 and later, and has test coverage for MySQL, PostgreSQL, and SQLite.
5757

5858
1. Add `gem 'closure_tree'` to your Gemfile
5959

@@ -663,8 +663,8 @@ end
663663
664664
Closure tree is [tested under every valid combination](http://travis-ci.org/#!/ClosureTree/closure_tree) of
665665
666-
* Ruby 2.5, 2.6 and 2.7
667-
* ActiveRecord 4.2, 5.x and 6.0
666+
* Ruby 2.7+
667+
* ActiveRecord 6.0+
668668
* PostgreSQL, MySQL, and SQLite. Concurrency tests are only run with MySQL and PostgreSQL.
669669
670670
Assuming you're using [rbenv](https://github.com/sstephenson/rbenv), you can use ```tests.sh``` to

0 commit comments

Comments
 (0)