We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09774bc + b401cc1 commit 410aae8Copy full SHA for 410aae8
activeadmin-mongoid.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
gem.version = ActiveAdmin::Mongoid::VERSION
17
gem.license = 'MIT'
18
19
- gem.add_runtime_dependency 'mongoid', '~> 2.0'
+ gem.add_runtime_dependency 'mongoid', '>= 2.0'
20
gem.add_runtime_dependency 'activeadmin', '~> 0.4'
21
gem.add_runtime_dependency 'meta_search', '>= 1.1.0.pre'
22
gem.add_runtime_dependency 'sass-rails', ['~> 3.1', '>= 3.1.4']
0 commit comments