We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6991a commit cbbffb2Copy full SHA for cbbffb2
activeadmin-mongoid.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
18
gem.version = ActiveAdmin::Mongoid::VERSION
19
gem.license = 'MIT'
20
21
- gem.add_runtime_dependency 'mongoid', '~> 4.0'
+ gem.add_runtime_dependency 'mongoid', ['>= 4.0', '< 5']
22
gem.add_runtime_dependency 'rails', '~> 4.0'
23
gem.add_runtime_dependency 'activeadmin', '~> 0.6.1'
24
0 commit comments