File: drop-ethon-upperlimit.patch

package info (click to toggle)
ruby-typhoeus 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: ruby: 4,489; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
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'