Add activesupport as runtime dependency

master
Guillaume DOTT 2013-01-04 15:11:33 +01:00
parent 644a6005ca
commit 18d8b7ea6a
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ 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 'project_honeypot'
end