Skip to content

Commit

Permalink
Support only latest mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Apr 7, 2013
1 parent 971eb50 commit 323ccc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ Gem::Specification.new do |gem|
gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', '>= 2.4'
gem.add_runtime_dependency 'mongoid', '~> 3.0'
gem.add_runtime_dependency 'activeadmin', '~> 0.5'
gem.add_runtime_dependency 'meta_search', '>= 1.1.0.pre'
gem.add_runtime_dependency 'activeadmin', '~> 0.4'
gem.add_runtime_dependency 'sass-rails', ['~> 3.1', '>= 3.1.4']

gem.add_development_dependency 'rspec-rails', '~> 2.7'
Expand Down

0 comments on commit 323ccc6

Please sign in to comment.