www/gitlab-ce: Unbreak build

Break was introduced by aaa945714f
This commit is contained in:
Matthias Fechner 2023-01-01 07:29:05 +01:00
parent 666fb21358
commit 87a1ca9344
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= gitlab-ce
PORTVERSION= 15.5.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www devel
MAINTAINER= mfechner@FreeBSD.org
@ -27,7 +27,7 @@ MY_DEPENDS= git>=2.32.0:devel/git \
gtar>0:archivers/gtar \
bash>0:shells/bash \
rubygem-rails61>=6.1.6.1<6.1.8:www/rubygem-rails61 \
rubygem-bootsnap112>=1.12.0<1.13:devel/rubygem-bootsnap112 \
rubygem-bootsnap>=1.13.0<1.15:devel/rubygem-bootsnap \
rubygem-openssl221>=2.2.1<2.2.2:security/rubygem-openssl221 \
rubygem-ipaddr122>=1.2.2<1.2.3:net/rubygem-ipaddr122 \
rubygem-responders-rails61>=3.0<4.0:www/rubygem-responders-rails61 \

View File

@ -1,14 +1,17 @@
--- Gemfile.orig 2022-12-07 19:22:40 UTC
+++ Gemfile
@@ -13,7 +13,7 @@ gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems
@@ -13,9 +13,9 @@ gem 'bundler-checksum', '~> 0.1.0', path: 'vendor/gems
# NOTE: When incrementing the major or minor version here, also increment activerecord_version
# in vendor/gems/attr_encrypted/attr_encrypted.gemspec until we resolve
# https://gitlab.com/gitlab-org/gitlab/-/issues/375713
-gem 'rails', '~> 6.1.6.1'
+gem 'rails', '~> 6.1.6'
gem 'bootsnap', '~> 1.13.0', require: false
-gem 'bootsnap', '~> 1.13.0', require: false
+gem 'bootsnap', '~> 1.14.0', require: false
# Pin openssl to match the version bundled with our supported Rubies.
# See https://stdgems.org/openssl/#gem-version.
@@ -57,18 +57,18 @@ gem 'doorkeeper-openid_connect', '~> 1.7.5'
gem 'rexml', '~> 3.2.5'
gem 'ruby-saml', '~> 1.13.0'