git: c19339d1995d - main - devel/rubygem-dynflow: fix dependency

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Mon, 27 Feb 2023 08:03:58 UTC
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c19339d1995db113f3f9c18b6a1040c8fe52147c

commit c19339d1995db113f3f9c18b6a1040c8fe52147c
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-02-23 12:50:55 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-02-27 08:03:19 +0000

    devel/rubygem-dynflow: fix dependency
    
    rubygem-concurrent-ruby-edge was upgrade in f20c15aaa83ee1374ddb7fa08adebd15bbe88547
    to version 0.7.0 which breaks this gem.
---
 devel/rubygem-dynflow/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-dynflow/Makefile b/devel/rubygem-dynflow/Makefile
index bc6a8f940458..1591602609e7 100644
--- a/devel/rubygem-dynflow/Makefile
+++ b/devel/rubygem-dynflow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dynflow
 PORTVERSION=	1.6.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-algebrick>=0.7.0<0.8:devel/rubygem-algebrick \
 		rubygem-apipie-params>=0:devel/rubygem-apipie-params \
 		rubygem-concurrent-ruby11>=1.1.3<1.2:devel/rubygem-concurrent-ruby11 \
-		rubygem-concurrent-ruby-edge>=0.6.0<0.7:devel/rubygem-concurrent-ruby-edge \
+		rubygem-concurrent-ruby-edge06>=0.6.0<0.7:devel/rubygem-concurrent-ruby-edge06 \
 		rubygem-msgpack>=1.3.3<2:devel/rubygem-msgpack \
 		rubygem-multi_json>=0:devel/rubygem-multi_json \
 		rubygem-sequel>=4.0.0:devel/rubygem-sequel