Merge pull request #445 from rnelson0/patch-1

Add multi_json as a runtime dependency
This commit is contained in:
Olle Jonsson 2016-11-06 17:58:58 +01:00 committed by GitHub
commit c10c583509

View File

@ -30,4 +30,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("faraday-http-cache")
spec.add_runtime_dependency("activesupport")
spec.add_runtime_dependency("retriable", ["~> 2.1"])
spec.add_runtime_dependency("multi_json")
end