git: 03c160705110 - main - www/gitlab-ce: Fix RUN_DEPENDS

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 7 09:55:09 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03c16070511096932d3a6c283e675481ab7aed43

commit 03c16070511096932d3a6c283e675481ab7aed43
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-07 09:27:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-07 09:39:44 +0000

    www/gitlab-ce: Fix RUN_DEPENDS
    
    It matches the Gemfile (~> 6.0.3.6).
---
 www/gitlab-ce/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile
index 503704675ce1..7bcee4284311 100644
--- a/www/gitlab-ce/Makefile
+++ b/www/gitlab-ce/Makefile
@@ -24,7 +24,7 @@ MY_DEPENDS=	git>=2.31.0:devel/git \
 	yarn>=1.10.0:www/yarn \
 	gtar>0:archivers/gtar \
 	bash>0:shells/bash \
-	rubygem-rails60>=6.0.3.6<6.1:www/rubygem-rails60 \
+	rubygem-rails60>=6.0.3.6<6.0.4:www/rubygem-rails60 \
 	rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \
 	rubygem-responders-rails60>=3.0<4.0:www/rubygem-responders-rails60 \
 	rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \


More information about the dev-commits-ports-all mailing list