converters/rubygem-xdr: switch to rails 6.0

This commit is contained in:
Antoine Brodin
2021-09-21 18:09:51 +00:00
parent 3aad5efc11
commit f269ce16e7

View File

@@ -1,5 +1,6 @@
PORTNAME= xdr
PORTVERSION= 3.0.2
PORTREVISION= 1
CATEGORIES= converters rubygems
MASTER_SITES= RG
@@ -9,8 +10,8 @@ COMMENT= XDR Helper Library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-activemodel52>=5.2.0:databases/rubygem-activemodel52 \
rubygem-activesupport52>=5.2.0:devel/rubygem-activesupport52
RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \
rubygem-activesupport60>=6.0:devel/rubygem-activesupport60
USES= gem
USE_RUBY= yes