Remove obsolete nitlink dep

Turns out we don't need to parse link headers after all.
This commit is contained in:
2018-07-04 08:20:05 +02:00
parent 909ff31b12
commit 6bfbc0809b
2 changed files with 0 additions and 3 deletions

View File

@@ -33,5 +33,4 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "faraday", "~> 0.9.2", "< 0.10.0"
spec.add_runtime_dependency "faraday_middleware", "~> 0.12.2"
spec.add_runtime_dependency "nokogiri", "~> 1.8"
spec.add_runtime_dependency "nitlink", "~> 1.1"
end