You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might want to add `:require => nil` option and explicitly `require 'mongoid/tree'` where needed and finally run
23
+
You might want to add `require: nil` option and explicitly `require 'mongoid/tree'` where needed and finally run
24
24
25
25
bundle install
26
26
@@ -30,7 +30,7 @@ To fix issues with the ordering of ancestors, mongoid-tree 2.0 introduces a new
30
30
31
31
## Usage
32
32
33
-
Read the API documentation at http://benedikt.github.com/mongoid-tree and take a look at the `Mongoid::Tree` module
33
+
Read the API documentation at https://www.rubydoc.info/github/benedikt/mongoid-tree and take a look at the `Mongoid::Tree` module
34
34
35
35
```ruby
36
36
classNode
@@ -189,7 +189,7 @@ end
189
189
190
190
## Build Status
191
191
192
-
mongoid-tree is on [Travis CI](http://travis-ci.org/benedikt/mongoid-tree) running the specs on Ruby Head, Ruby 1.9.3, JRuby (1.9 mode), and Rubinius (1.9 mode).
192
+
mongoid-tree is on [GitHub Actions](https://github.com/benedikt/mongoid-tree/actions) running the specs on Ruby 2.7-3.2 and Mongoid 4.x-8.x.
0 commit comments