summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-07-07 10:41:02 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-07-07 10:41:02 +0000
commit04c97adf4db7099bed6c56d3227c2721bf85d188 (patch)
tree606e601ae17e8c89e22be4058f09b8d13585295d
parentSwitch to rails 6.0. (diff)
Switch to rails 6.0.
Notes
Notes: svn path=/head/; revision=541405
-rw-r--r--devel/rubygem-grape-entity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile
index 49b846457abc..33b9bd53547f 100644
--- a/devel/rubygem-grape-entity/Makefile
+++ b/devel/rubygem-grape-entity/Makefile
@@ -2,7 +2,7 @@
PORTNAME= grape-entity
PORTVERSION= 0.7.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -13,7 +13,7 @@ COMMENT= Simple facade to use with your models and APIs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport52>=4.0:devel/rubygem-activesupport52 \
+RUN_DEPENDS= rubygem-activesupport60>=4.0:devel/rubygem-activesupport60 \
rubygem-multi_json>=1.3.2:devel/rubygem-multi_json
USES= gem