From 285aaa690eb98fb6d975d7284f45259ca95f5043 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Wed, 18 Jun 2025 16:04:46 +0200 Subject: [PATCH] net/rubygem-app_store_connect: use same rails version like gitlab do --- net/rubygem-app_store_connect/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rubygem-app_store_connect/Makefile b/net/rubygem-app_store_connect/Makefile index d86d1f996f68..6d7136f74e41 100644 --- a/net/rubygem-app_store_connect/Makefile +++ b/net/rubygem-app_store_connect/Makefile @@ -1,5 +1,6 @@ PORTNAME= app_store_connect PORTVERSION= 0.29.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ WWW= https://github.com/kyledecot/app_store_connect LICENSE= MIT -RUN_DEPENDS= rubygem-activesupport61>=6.0.0:devel/rubygem-activesupport61 \ +RUN_DEPENDS= rubygem-activesupport-gitlab>=6.0.0:devel/rubygem-activesupport-gitlab \ rubygem-jwt>=1.4:www/rubygem-jwt USES= gem