Skip to content

Commit

Permalink
Add mongoid 6.0 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
joostverdoorn committed May 24, 2016
1 parent 9011459 commit 5a6aa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongoid_includes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.files = Dir.glob('lib/**/*') + %w(CHANGELOG.md LICENSE.txt README.md Rakefile)
s.test_files = Dir.glob('spec/**/*')

s.add_runtime_dependency 'mongoid', ['>= 4.0.0', '< 6.0.0']
s.add_runtime_dependency 'mongoid', ['>= 4.0.0', '< 7.0.0']
end

0 comments on commit 5a6aa29

Please sign in to comment.