1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2022-01-12 01:44:35 +08:00
parent 2e5663c777
commit bb09348955
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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 \