Add activesupport as runtime dependency
parent
644a6005ca
commit
18d8b7ea6a
|
@ -17,5 +17,6 @@ Gem::Specification.new do |gem|
|
||||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||||
gem.require_paths = ["lib"]
|
gem.require_paths = ["lib"]
|
||||||
|
|
||||||
|
gem.add_runtime_dependency 'activesupport'
|
||||||
gem.add_runtime_dependency 'project_honeypot'
|
gem.add_runtime_dependency 'project_honeypot'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue