Skip to content

Commit

Permalink
www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 1, 2023
1 parent 64bda64 commit d447491
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions www/rubygem-propshaft/Makefile
@@ -1,5 +1,6 @@
PORTNAME= propshaft
PORTVERSION= 0.7.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG

Expand All @@ -10,10 +11,10 @@ WWW= https://github.com/rails/propshaft
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE

RUN_DEPENDS= rubygem-actionpack70>=7.0.0:www/rubygem-actionpack70 \
rubygem-activesupport70>=7.0.0:devel/rubygem-activesupport70 \
RUN_DEPENDS= rubygem-actionpack71>=7.0.0:www/rubygem-actionpack71 \
rubygem-activesupport71>=7.0.0:devel/rubygem-activesupport71 \
rubygem-rack>=0,3:www/rubygem-rack \
rubygem-railties70>=7.0.0:www/rubygem-railties70
rubygem-railties71>=7.0.0:www/rubygem-railties71

USES= gem

Expand Down

0 comments on commit d447491

Please sign in to comment.