git: ae89a7a86fd4 - main - devel/rubygem-validate_email: use rails 7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 08:25:36 UTC
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae89a7a86fd4e7d0d263548f042365e8034fa90e commit ae89a7a86fd4e7d0d263548f042365e8034fa90e Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-05-21 04:23:33 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-05-21 08:24:51 +0000 devel/rubygem-validate_email: use rails 7.0 --- devel/rubygem-validate_email/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/rubygem-validate_email/Makefile b/devel/rubygem-validate_email/Makefile index 8a5161498261..987558e25c59 100644 --- a/devel/rubygem-validate_email/Makefile +++ b/devel/rubygem-validate_email/Makefile @@ -1,6 +1,6 @@ PORTNAME= validate_email PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/perfectline/validates_email/tree/master LICENSE= MIT -RUN_DEPENDS= rubygem-activemodel61>=3.0:databases/rubygem-activemodel61 \ +RUN_DEPENDS= rubygem-activemodel70>=3.0:databases/rubygem-activemodel70 \ rubygem-mail>=2.2.5:mail/rubygem-mail USES= gem