Add version requirement for dependencies

master
Guillaume DOTT 2013-01-15 09:16:16 +01:00
parent 032af86745
commit 3dd4632059
1 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_runtime_dependency 'activesupport'
gem.add_runtime_dependency 'activesupport', '>= 3.0'
gem.add_runtime_dependency 'actionpack', '>= 3.0'
gem.add_runtime_dependency 'project_honeypot'
end