Date: Wed, 23 Oct 2024 04:15:44 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 04a455cfd534 - main - www/gitlab: fixed dependency version range for coverband Message-ID: <202410230415.49N4FiLi084613@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=04a455cfd534d5c500a418c4354e7be954be4df3 commit 04a455cfd534d5c500a418c4354e7be954be4df3 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-10-22 14:45:45 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-10-23 04:15:14 +0000 www/gitlab: fixed dependency version range for coverband --- www/gitlab/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 0a2b9a559244..6f3439ea12a7 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -58,7 +58,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-logger15>=1.5.3<1.6:devel/rubygem-logger15 \ rubygem-marginalia>=1.11.1<1.12:databases/rubygem-marginalia \ rubygem-declarative_policy>=1.1.0<1.2:security/rubygem-declarative_policy \ - rubygem-coverband>=6.1.2<6.2:www/rubygem-coverband \ + rubygem-coverband>=6.1.2<6.1.3:www/rubygem-coverband \ rubygem-devise-rails70>=4.9.3<4.10:devel/rubygem-devise-rails70 \ rubygem-bcrypt>=3.1.14<3.2:security/rubygem-bcrypt \ rubygem-doorkeeper-rails70>=5.6.6<6:security/rubygem-doorkeeper-rails70 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410230415.49N4FiLi084613>