Skip to content

Commit dd7f8b4

Browse files
committed
Update mongoid to version 7.0.1
1 parent f94d0c2 commit dd7f8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeadmin-mongoid.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
1818
gem.version = ActiveAdmin::Mongoid::VERSION
1919
gem.license = 'MIT'
2020

21-
gem.add_runtime_dependency 'mongoid', ['> 3.0', '< 5.0']
21+
gem.add_runtime_dependency 'mongoid', ['> 3.0', '<= 7.0.1']
2222
gem.add_runtime_dependency 'activeadmin', ['>= 1.0.0.pre', '< 2']
2323
gem.add_runtime_dependency 'jquery-rails'
2424
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']

0 commit comments

Comments
 (0)