Skip to content

Commit

Permalink
revert version of mongo to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaso committed Jul 18, 2012
1 parent 769a34c commit 8a80b0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activeadmin-mongoid.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Gem::Specification.new do |gem|
gem.version = ActiveAdmin::Mongoid::VERSION gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT' gem.license = 'MIT'


gem.add_runtime_dependency 'mongoid', '>= 3.0' gem.add_runtime_dependency 'mongoid', '>= 2.0'
gem.add_runtime_dependency 'activeadmin', '~> 0.4' 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'] gem.add_runtime_dependency 'sass-rails', ['~> 3.1', '>= 3.1.4']
end end

0 comments on commit 8a80b0d

Please sign in to comment.