diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 06:04:57 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-09-18 06:15:08 +0000 |
commit | a6676631599fd6d12e554613863764aabfe49815 (patch) | |
tree | 8e1ae104aadbf829e7c10bddf421c4259e22e15a /www | |
parent | 4dc1e2ba16ee98bec32551cc095483b1b8c2e0f7 (diff) | |
download | ports-a6676631599fd6d12e554613863764aabfe49815.tar.gz ports-a6676631599fd6d12e554613863764aabfe49815.zip |
www/rubygem-stimulus-rails: Update RUN_DEPENDS: use Rails 7.2
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-stimulus-rails/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rubygem-stimulus-rails/Makefile b/www/rubygem-stimulus-rails/Makefile index 44f700535291..35191923a190 100644 --- a/www/rubygem-stimulus-rails/Makefile +++ b/www/rubygem-stimulus-rails/Makefile @@ -1,5 +1,6 @@ PORTNAME= stimulus-rails PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/hotwired/stimulus-rails LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-railties71>=6.0.0:www/rubygem-railties71 +RUN_DEPENDS= rubygem-railties72>=6.0.0:www/rubygem-railties72 USES= gem |