Skip to content

Commit

Permalink
Updated mongoid dependency, to be able to use Mongoid 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan committed Mar 20, 2012
1 parent 09774bc commit b401cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin-mongoid.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', '~> 2.0'
gem.add_runtime_dependency 'mongoid', '>= 2.0'
gem.add_runtime_dependency 'activeadmin', '~> 0.4'
gem.add_runtime_dependency 'meta_search', '>= 1.1.0.pre'
gem.add_runtime_dependency 'sass-rails', ['~> 3.1', '>= 3.1.4']
Expand Down

0 comments on commit b401cc1

Please sign in to comment.