Skip to content

Commit

Permalink
Merge branch 'master' of github.com:simplybusiness/activeadmin-mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaso committed Jul 26, 2012
2 parents 3bdb4f3 + f6b9cac commit 60d7fe0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions activeadmin-mongoid.gemspec
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 60d7fe0

Please sign in to comment.