www/rubygem-sawyer: use faraday version 1

Newer versions of faraday are breaking the dependecy tree for gitlab-ce 15.11
This commit is contained in:
Matthias Fechner 2023-05-06 20:12:06 +03:00
parent bd850f16c4
commit de5071836e

View file

@ -1,5 +1,6 @@
PORTNAME= sawyer
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -11,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-addressable>=2.3.5:www/rubygem-addressable \
rubygem-faraday>=0.17.3<3:www/rubygem-faraday
rubygem-faraday1>=0.17.3<3:www/rubygem-faraday1
USES= gem