Skip to content

Commit b6d0527

Browse files
committed
Update mongoid to version 7.0.1
1 parent 4aa1b11 commit b6d0527

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.3.1']
2323
gem.add_runtime_dependency 'jquery-rails'
2424
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']

0 commit comments

Comments
 (0)