git: 159c41e19661 - main - databases/rubygem-arel-helpers: switch to rails 6.0
Antoine Brodin
antoine at FreeBSD.org
Tue Sep 21 19:02:09 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=159c41e19661cbef568cc5d1c14c7e56b3542681
commit 159c41e19661cbef568cc5d1c14c7e56b3542681
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-09-21 18:11:50 +0000
Commit: Antoine Brodin <antoine at FreeBSD.org>
CommitDate: 2021-09-21 18:55:21 +0000
databases/rubygem-arel-helpers: switch to rails 6.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 ffcf0d7d82bd..251c14376b6d 100644
--- a/databases/rubygem-arel-helpers/Makefile
+++ b/databases/rubygem-arel-helpers/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arel-helpers
PORTVERSION= 2.12.1
+PORTREVISION= 1
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -8,7 +9,7 @@ COMMENT= Helpers to construct database queries with ActiveRecord and Arel
LICENSE= MIT
-RUN_DEPENDS= rubygem-activerecord52>=3.1.0:databases/rubygem-activerecord52
+RUN_DEPENDS= rubygem-activerecord60>=6.0:databases/rubygem-activerecord60
USES= gem
USE_RUBY= yes
More information about the dev-commits-ports-all
mailing list