git: ed36b1ade58b - 2025Q3 - devel/rubygem-gitlab-experiment: sync rails version to match rails version gitlab uses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Aug 2025 07:25:38 UTC
The branch 2025Q3 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ed36b1ade58b85733a48d010ea46ec85bda8e88d
commit ed36b1ade58b85733a48d010ea46ec85bda8e88d
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-08-14 06:42:13 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-08-14 07:13:17 +0000
devel/rubygem-gitlab-experiment: sync rails version to match rails version gitlab uses
(cherry picked from commit 6e42d96391386e034386a893c087b4d58dfb86fe)
---
devel/rubygem-gitlab-experiment/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-gitlab-experiment/Makefile b/devel/rubygem-gitlab-experiment/Makefile
index cc859bc4e4c4..d5a2acb6e026 100644
--- a/devel/rubygem-gitlab-experiment/Makefile
+++ b/devel/rubygem-gitlab-experiment/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitlab-experiment
PORTVERSION= 0.9.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ WWW= https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \
+RUN_DEPENDS= rubygem-activesupport-gitlab>=3.0:devel/rubygem-activesupport-gitlab \
rubygem-request_store>=1.0:devel/rubygem-request_store
USES= gem