git: 64bda649b796 - main - www/rubygem-jsbundling-rails: Update RUN_DEPENDS: use Rails 7.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 01 Nov 2023 07:59:48 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64bda649b796429336c4e6e5f44efc372dd16b88

commit 64bda649b796429336c4e6e5f44efc372dd16b88
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 07:57:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 07:57:28 +0000

    www/rubygem-jsbundling-rails: Update RUN_DEPENDS: use Rails 7.1
---
 www/rubygem-jsbundling-rails/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/rubygem-jsbundling-rails/Makefile b/www/rubygem-jsbundling-rails/Makefile
index f9c62b52c214..14593b63c60e 100644
--- a/www/rubygem-jsbundling-rails/Makefile
+++ b/www/rubygem-jsbundling-rails/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jsbundling-rails
 PORTVERSION=	1.2.1
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/rails/jsbundling-rails
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-railties70>=6.0.0:www/rubygem-railties70
+RUN_DEPENDS=	rubygem-railties71>=6.0.0:www/rubygem-railties71
 
 USES=		gem