diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile index f17f49542b14..e305222c05dc 100644 --- a/www/rubygem-typhoeus/Makefile +++ b/www/rubygem-typhoeus/Makefile @@ -1,19 +1,19 @@ PORTNAME= typhoeus -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Parallel HTTP request library WWW= https://github.com/typhoeus/typhoeus LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-ethon>=0.9.0:www/rubygem-ethon +RUN_DEPENDS= rubygem-ethon>=0.18.0:www/rubygem-ethon USES= gem NO_ARCH= yes .include diff --git a/www/rubygem-typhoeus/distinfo b/www/rubygem-typhoeus/distinfo index ab51152a24a0..f5d0b6af7683 100644 --- a/www/rubygem-typhoeus/distinfo +++ b/www/rubygem-typhoeus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759817022 -SHA256 (rubygem/typhoeus-1.5.0.gem) = 120b67ed1ef515e6c0e938176db880f15b0916f038e78ce2a66290f3f1de3e3b -SIZE (rubygem/typhoeus-1.5.0.gem) = 38912 +TIMESTAMP = 1773967234 +SHA256 (rubygem/typhoeus-1.6.0.gem) = bacc41c23e379547e29801dc235cd1699b70b955a1ba3d32b2b877aa844c331d +SIZE (rubygem/typhoeus-1.6.0.gem) = 39424 diff --git a/www/rubygem-typhoeus/files/patch-gemspec b/www/rubygem-typhoeus/files/patch-gemspec deleted file mode 100644 index be3656532efd..000000000000 --- a/www/rubygem-typhoeus/files/patch-gemspec +++ /dev/null @@ -1,10 +0,0 @@ ---- typhoeus.gemspec.orig 2025-09-03 14:33:53 UTC -+++ typhoeus.gemspec -@@ -21,6 +21,6 @@ Gem::Specification.new do |s| - - s.specification_version = 4 - -- s.add_runtime_dependency(%q.freeze, [">= 0.9.0".freeze, "< 0.16.0".freeze]) -+ s.add_runtime_dependency(%q.freeze, [">= 0.9.0".freeze]) - end -