Add version requirement for dependencies
parent
032af86745
commit
3dd4632059
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue