Skip to content

Commit 98a6adc

Browse files
authored
Merge pull request #75 from neongrau/master
bump mongoid version to 8
2 parents 307ea52 + c8631f8 commit 98a6adc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A tree structure for Mongoid documents using the materialized path pattern
44

55
## Requirements
66

7-
* mongoid (>= 4.0, < 8.0)
7+
* mongoid (>= 4.0, < 9.0)
88

99
For a mongoid 3.x compatible version, please use mongoid-tree 1.0.x,
1010
for a mongoid 2.x compatible version, please use mongoid-tree 0.7.x.

mongoid-tree.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212

1313
s.files = Dir.glob('{lib,spec}/**/*') + %w(LICENSE README.md Rakefile Gemfile .rspec)
1414

15-
s.add_runtime_dependency('mongoid', ['>= 4.0', '< 8'])
15+
s.add_runtime_dependency('mongoid', ['>= 4.0', '< 9'])
1616
s.add_development_dependency('mongoid-compatibility')
1717
s.add_development_dependency('rake', ['>= 0.9.2'])
1818
s.add_development_dependency('rspec', ['~> 3.0'])

0 commit comments

Comments
 (0)