Skip to content

Commit

Permalink
Merge pull request activeadmin#1 from simplybusiness/filter_support
Browse files Browse the repository at this point in the history
Updated dependencies to mongoid 3.0 or above.
  • Loading branch information
lukaso committed Jul 18, 2012
2 parents 3e2694e + 769a34c commit f6b9cac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions activeadmin-mongoid.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib'] gem.require_paths = ['lib']
gem.version = ActiveAdmin::Mongoid::VERSION gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT' gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', '>= 2.0' gem.add_runtime_dependency 'mongoid', '>= 3.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 f6b9cac

Please sign in to comment.