git: 2d9f530391ec - 2025Q2 - www/rubygem-json-jwt-gitlab: use same rails version like gitlab do

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Fri, 20 Jun 2025 07:16:50 UTC
The branch 2025Q2 has been updated by mfechner:

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

commit 2d9f530391ec9f62f055bb125e693b9017246f69
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-06-18 14:06:30 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-06-20 05:38:30 +0000

    www/rubygem-json-jwt-gitlab: use same rails version like gitlab do
    
    (cherry picked from commit 00409c4e305228677ae4534d6398bf39bf6fe00e)
---
 www/rubygem-json-jwt-gitlab/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/rubygem-json-jwt-gitlab/Makefile b/www/rubygem-json-jwt-gitlab/Makefile
index 3583fce65f12..182c3dd606ef 100644
--- a/www/rubygem-json-jwt-gitlab/Makefile
+++ b/www/rubygem-json-jwt-gitlab/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	json-jwt
 PORTVERSION=	1.16.7
+PORTREVISION=	1
 CATEGORIES=	www devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-gitlab
@@ -11,7 +12,7 @@ WWW=		https://github.com/nov/json-jwt
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport60>=4.2:devel/rubygem-activesupport60 \
+RUN_DEPENDS=	rubygem-activesupport-gitlab>=4.2:devel/rubygem-activesupport-gitlab \
 		rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \
 		rubygem-base64>=0:converters/rubygem-base64 \
 		rubygem-bindata>=0:devel/rubygem-bindata \