1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Drop the ethon upper limit
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Last-Update: 2026-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/typhoeus.gemspec
+++ b/typhoeus.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
'source_code_uri' => "https://github.com/typhoeus/typhoeus/tree/v#{s.version}"
}
- s.add_dependency('ethon', [">= 0.9.0", "< 0.16.0"])
+ s.add_dependency('ethon', [">= 0.9.0"])
s.files = Dir.glob("**/*")
s.require_path = 'lib'
|