devel/rubygem-grape-entity: switch used Rails version from 3 to 4.2
PR: 206955 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
parent
c17837b9af
commit
dd65434564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412021
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= grape-entity
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -11,7 +12,7 @@ COMMENT= Entities - a simple Facade to use with your models and API
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
|
||||
RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
|
||||
rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Reference in a new issue