Date: Tue, 7 Jul 2020 10:41:03 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541405 - head/devel/rubygem-grape-entity Message-ID: <202007071041.067Af3CT058805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Jul 7 10:41:02 2020 New Revision: 541405 URL: https://svnweb.freebsd.org/changeset/ports/541405 Log: Switch to rails 6.0. Modified: head/devel/rubygem-grape-entity/Makefile Modified: head/devel/rubygem-grape-entity/Makefile ============================================================================== --- head/devel/rubygem-grape-entity/Makefile Tue Jul 7 10:39:36 2020 (r541404) +++ head/devel/rubygem-grape-entity/Makefile Tue Jul 7 10:41:02 2020 (r541405) @@ -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 API 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007071041.067Af3CT058805>