git: a98410b768a6 - main - net/rubygem-openid_connect: use rails 7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 08:25:37 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=a98410b768a6ef5666b3131d5922be409a958766 commit a98410b768a6ef5666b3131d5922be409a958766 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-05-21 04:26:35 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-05-21 08:24:52 +0000 net/rubygem-openid_connect: use rails 7.0 --- net/rubygem-openid_connect/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/rubygem-openid_connect/Makefile b/net/rubygem-openid_connect/Makefile index 3f454900803d..d3c347a7cbaf 100644 --- a/net/rubygem-openid_connect/Makefile +++ b/net/rubygem-openid_connect/Makefile @@ -1,5 +1,6 @@ PORTNAME= openid_connect PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/nov/openid_connect LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activemodel61>=0:databases/rubygem-activemodel61 \ +RUN_DEPENDS= rubygem-activemodel70>=0:databases/rubygem-activemodel70 \ rubygem-attr_required>=1.0.0:devel/rubygem-attr_required \ rubygem-json-jwt115>=1.5.0:www/rubygem-json-jwt115 \ rubygem-net-smtp>=0:mail/rubygem-net-smtp \