Skip to content

Commit

Permalink
Loosen dependencies requirements
Browse files Browse the repository at this point in the history
Let people try it with the latest Rails,
no guarantees though.
  • Loading branch information
elia committed Jul 30, 2013
1 parent 923b5a6 commit 446e184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |gem|
gem.version = ActiveAdmin::Mongoid::VERSION
gem.license = 'MIT'

gem.add_runtime_dependency 'mongoid', '~> 3.0'
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', '>= 3.1.4']
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']

gem.add_development_dependency 'rspec-rails', '~> 2.7'
end

0 comments on commit 446e184

Please sign in to comment.