1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Update version requirement of RUN_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-12 19:46:01 +00:00
parent 37a124c30c
commit 6c1355dad2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508781

View File

@ -12,10 +12,10 @@ COMMENT= Barebones two-factor authentication with Devise
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activesupport50>=0:devel/rubygem-activesupport50 \
rubygem-attr_encrypted>=1.3:security/rubygem-attr_encrypted \
rubygem-devise>=4.0:devel/rubygem-devise \
rubygem-railties50>=0:www/rubygem-railties50 \
RUN_DEPENDS= rubygem-activesupport50>=0<6.1:devel/rubygem-activesupport50 \
rubygem-attr_encrypted>=1.3<4:security/rubygem-attr_encrypted \
rubygem-devise>=4.0<5:devel/rubygem-devise \
rubygem-railties50>=0<6.1:www/rubygem-railties50 \
rubygem-rotp>=2.0:devel/rubygem-rotp
USES= gem