git: 88c927feb738 - main - www/rubygem-stimulus-rails: Update RUN_DEPENDS: use Rails 8.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 02 Jan 2025 16:30:55 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=88c927feb738ccec68462f06995b388cff8b176e

commit 88c927feb738ccec68462f06995b388cff8b176e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:29:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:29:45 +0000

    www/rubygem-stimulus-rails: Update RUN_DEPENDS: use Rails 8.0
    
    - Bump PORTREVISION for dependency change
---
 www/rubygem-stimulus-rails/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/rubygem-stimulus-rails/Makefile b/www/rubygem-stimulus-rails/Makefile
index 35191923a190..e73ee5c586c7 100644
--- a/www/rubygem-stimulus-rails/Makefile
+++ b/www/rubygem-stimulus-rails/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stimulus-rails
 PORTVERSION=	1.3.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,7 @@ WWW=		https://github.com/hotwired/stimulus-rails
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-railties72>=6.0.0:www/rubygem-railties72
+RUN_DEPENDS=	rubygem-railties80>=6.0.0:www/rubygem-railties80
 
 USES=		gem