Skip to content

Commit

Permalink
Remove meta_search from deps
Browse files Browse the repository at this point in the history
It conflicts with Rails 4 dependencies and is already required by activeadmin 0.6.

Credit to @iameen for this change.
  • Loading branch information
elia committed Aug 9, 2013
1 parent d48932d commit d822660
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'mongoid', ['> 3.0', '< 5.0']
gem.add_runtime_dependency 'activeadmin', '~> 0.6'
gem.add_runtime_dependency 'meta_search', '>= 1.1.0.pre'
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']

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

0 comments on commit d822660

Please sign in to comment.