Skip to content

Commit

Permalink
Merge fa01ac5 into 2ad5397
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeduarte committed Feb 3, 2016
2 parents 2ad5397 + fa01ac5 commit e5f8338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localized_fields.gemspec
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = LocalizedFields::VERSION

gem.add_dependency 'mongoid', '>= 2.4', '< 5'
gem.add_dependency 'actionpack', '>= 3.0.0', '< 5'
gem.add_dependency 'mongoid', '>= 2.4'
gem.add_dependency 'actionpack', '>= 3.0.0'

gem.add_development_dependency 'rake', '~> 10.1.0'
gem.add_development_dependency 'rspec', '~> 2.14.0'
Expand Down

0 comments on commit e5f8338

Please sign in to comment.