git: 3d1bfca0132e - main - security/rubygem-rack-oauth2-gitlab: sync rails version to version gitlab uses

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Thu, 14 Aug 2025 07:07:48 UTC
The branch main has been updated by mfechner:

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

commit 3d1bfca0132eff5120b3b8c0762bdf0e50f9068c
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-08-14 06:47:09 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-08-14 07:07:22 +0000

    security/rubygem-rack-oauth2-gitlab: sync rails version to version gitlab uses
---
 security/rubygem-rack-oauth2-gitlab/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/rubygem-rack-oauth2-gitlab/Makefile b/security/rubygem-rack-oauth2-gitlab/Makefile
index 5620c2b4660c..bb98e437ccdb 100644
--- a/security/rubygem-rack-oauth2-gitlab/Makefile
+++ b/security/rubygem-rack-oauth2-gitlab/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rack-oauth2
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	-gitlab
@@ -11,7 +12,7 @@ WWW=		https://github.com/nov/rack-oauth2
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport70>=0:devel/rubygem-activesupport70 \
+RUN_DEPENDS=	rubygem-activesupport-gitlab>=0:devel/rubygem-activesupport-gitlab \
 		rubygem-attr_required>=0:devel/rubygem-attr_required \
 		rubygem-faraday-gitlab>=2.0<3:www/rubygem-faraday-gitlab \
 		rubygem-faraday-follow_redirects-gitlab>=0:www/rubygem-faraday-follow_redirects-gitlab \