www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2021-09-27 23:45:30 +08:00
parent c59be56461
commit bb4b4cf9ca
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 2 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= gitlab-ce
PORTVERSION= 14.3.0
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@ -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.3.2<6.1.4:www/rubygem-rails61 \
rubygem-rails61>=6.1.3.2<6.2:www/rubygem-rails61 \
rubygem-bootsnap14>=1.4.6<2.0:devel/rubygem-bootsnap14 \
rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \
rubygem-sprockets3>=3.7<3.8:devel/rubygem-sprockets3 \

View file

@ -1,5 +1,14 @@
--- Gemfile.orig 2021-09-21 10:06:28 UTC
+++ Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-gem 'rails', '~> 6.1.3.2'
+gem 'rails', '>= 6.1.3.2', '< 6.2'
gem 'bootsnap', '~> 1.4.6'
@@ -88,7 +88,7 @@ gem 'gpgme', '~> 2.0.19'
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master