1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

www/rubygem-rack-test: switch dep to newest rack version

The old rack version contains security vulnerabilities.
This commit is contained in:
Matthias Fechner 2023-12-01 18:26:09 +02:00
parent b7d624abc7
commit 02782f9471

View File

@ -1,5 +1,6 @@
PORTNAME= rack-test
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -10,7 +11,7 @@ WWW= https://github.com/rack/rack-test
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt
RUN_DEPENDS= rubygem-rack16>=1.3:www/rubygem-rack16
RUN_DEPENDS= rubygem-rack>=1.3:www/rubygem-rack
USES= gem