aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 07:57:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-11-01 07:57:31 +0000
commitd44749161da497440d6b8f9061fdf1b3984174b2 (patch)
tree1f9c4ff831c95ec334250fc137c3717849de4b30
parent64bda649b796429336c4e6e5f44efc372dd16b88 (diff)
downloadports-d44749161da497440d6b8f9061fdf1b3984174b2.tar.gz
ports-d44749161da497440d6b8f9061fdf1b3984174b2.zip
www/rubygem-propshaft: Update RUN_DEPENDS: use Rails 7.1
-rw-r--r--www/rubygem-propshaft/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-propshaft/Makefile b/www/rubygem-propshaft/Makefile
index 4fef1653e838..b637d8c4d9c0 100644
--- a/www/rubygem-propshaft/Makefile
+++ b/www/rubygem-propshaft/Makefile
@@ -1,5 +1,6 @@
PORTNAME= propshaft
PORTVERSION= 0.7.0
+PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -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