git: 285aaa690eb9 - main - net/rubygem-app_store_connect: use same rails version like gitlab do

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Fri, 20 Jun 2025 03:59:04 UTC
The branch main has been updated by mfechner:

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

commit 285aaa690eb98fb6d975d7284f45259ca95f5043
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-06-18 14:04:46 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-06-20 03:55:34 +0000

    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