Date: Tue, 11 Jan 2022 19:06:09 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bb09348955c5 - main - www/gitlab-ce: Fix build with rubygem-rails61 6.1.4.4 update Message-ID: <202201111906.20BJ69hB091602@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb09348955c58d006bd0d3ef54fb67735b9083d3 commit bb09348955c58d006bd0d3ef54fb67735b9083d3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:44:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:47:50 +0000 www/gitlab-ce: Fix build with rubygem-rails61 6.1.4.4 update - Fix version requirement of RUN_DEPENDS from Gemfile: gem 'rails', '~> 6.1.4.1' Reference: https://gitlab.com/gitlab-org/gitlab-foss/-/blob/v14.6.0/Gemfile#L5 --- 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 1ad1267ddfcb..e0a1fc6e458f 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -24,7 +24,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \ yarn>=1.10.0:www/yarn \ gtar>0:archivers/gtar \ bash>0:shells/bash \ - rubygem-rails61>=6.1.4.1<6.1.4.2:www/rubygem-rails61 \ + rubygem-rails61>=6.1.4.1<6.1.5:www/rubygem-rails61 \ rubygem-bootsnap>=1.9.1<1.10:devel/rubygem-bootsnap \ rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \ rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201111906.20BJ69hB091602>