Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 15:42:47 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 44acdfbb6a5e - main - databases/rubygem-arel-helpers: switch to rails 7.0
Message-ID:  <202401051542.405Fglu4072018@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=44acdfbb6a5e16c634a54dc46d8f47867281bed8

commit 44acdfbb6a5e16c634a54dc46d8f47867281bed8
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-01-05 15:27:32 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-01-05 15:27:32 +0000

    databases/rubygem-arel-helpers: switch to rails 7.0
---
 databases/rubygem-arel-helpers/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/rubygem-arel-helpers/Makefile b/databases/rubygem-arel-helpers/Makefile
index 78f4f7f38f94..ff99cf3127bf 100644
--- a/databases/rubygem-arel-helpers/Makefile
+++ b/databases/rubygem-arel-helpers/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	arel-helpers
 PORTVERSION=	2.14.0
+PORTREVISION=	1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +10,7 @@ WWW=		https://github.com/camertron/arel-helpers
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activerecord60>=6.0:databases/rubygem-activerecord60
+RUN_DEPENDS=	rubygem-activerecord70>=7.0:databases/rubygem-activerecord70
 
 USES=		gem
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401051542.405Fglu4072018>