mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/gitlab-ce: Fix Gemfile for rubygem-rails61 6.1.4.1 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
c59be56461
commit
bb4b4cf9ca
2 changed files with 11 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue