File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A tree structure for Mongoid documents using the materialized path pattern
4
4
5
5
## Requirements
6
6
7
- * mongoid (>= 4.0, < 8 .0)
7
+ * mongoid (>= 4.0, < 9 .0)
8
8
9
9
For a mongoid 3.x compatible version, please use mongoid-tree 1.0.x,
10
10
for a mongoid 2.x compatible version, please use mongoid-tree 0.7.x.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
13
13
s . files = Dir . glob ( '{lib,spec}/**/*' ) + %w( LICENSE README.md Rakefile Gemfile .rspec )
14
14
15
- s . add_runtime_dependency ( 'mongoid' , [ '>= 4.0' , '< 8 ' ] )
15
+ s . add_runtime_dependency ( 'mongoid' , [ '>= 4.0' , '< 9 ' ] )
16
16
s . add_development_dependency ( 'mongoid-compatibility' )
17
17
s . add_development_dependency ( 'rake' , [ '>= 0.9.2' ] )
18
18
s . add_development_dependency ( 'rspec' , [ '~> 3.0' ] )
You can’t perform that action at this time.
0 commit comments