Skip to content

Commit

Permalink
converters/rubygem-xdr: switch to rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Feb 19, 2025
1 parent 64c2a1c commit e270dbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions converters/rubygem-xdr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= xdr
PORTVERSION= 3.0.3
PORTREVISION= 1
CATEGORIES= converters rubygems
MASTER_SITES= RG

Expand All @@ -10,8 +11,8 @@ WWW= https://github.com/stellar/ruby-xdr
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= rubygem-activemodel60>=6.0:databases/rubygem-activemodel60 \
rubygem-activesupport60>=6.0:devel/rubygem-activesupport60
RUN_DEPENDS= rubygem-activemodel70>=7.0:databases/rubygem-activemodel70 \
rubygem-activesupport70>=7.0:devel/rubygem-activesupport70

USES= gem

Expand Down

0 comments on commit e270dbd

Please sign in to comment.