Skip to content

Commit

Permalink
www/gitlab-ce: fix regression from 6ef5745
Browse files Browse the repository at this point in the history
  • Loading branch information
mfechner committed Feb 22, 2024
1 parent fcba5ad commit 83fd6eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions www/gitlab-ce/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitlab-ce
PORTVERSION= 16.8.3
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www devel

Expand Down
11 changes: 10 additions & 1 deletion www/gitlab-ce/files/patch-Gemfile
@@ -1,4 +1,4 @@
--- Gemfile.orig 2024-02-07 07:58:11 UTC
--- Gemfile.orig 2024-02-20 20:25:18 UTC
+++ Gemfile
@@ -58,7 +58,7 @@ gem 'neighbor', '~> 0.2.3' # rubocop:todo Gemfile/Miss

Expand Down Expand Up @@ -41,6 +41,15 @@
gem 'faraday_middleware-aws-sigv4', '~>0.3.0' # rubocop:todo Gemfile/MissingFeatureCategory
gem 'typhoeus', '~> 1.4.0' # Used with Elasticsearch to support http keep-alive connections # rubocop:todo Gemfile/MissingFeatureCategory

@@ -241,7 +241,7 @@ gem 'rack', '~> 2.2.8' # rubocop:todo Gemfile/MissingF
gem 'rack-timeout', '~> 0.6.3', require: 'rack/timeout/base' # rubocop:todo Gemfile/MissingFeatureCategory

group :puma do
- gem 'puma', '= 6.4.0', require: false, feature_category: :shared
+ gem 'puma', '~> 6.4.0', require: false, feature_category: :shared
gem 'sd_notify', '~> 0.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory
end

@@ -252,7 +252,7 @@ gem 'state_machines-activerecord', '~> 0.8.0' # ruboco
gem 'acts-as-taggable-on', '~> 10.0' # rubocop:todo Gemfile/MissingFeatureCategory

Expand Down

0 comments on commit 83fd6eb

Please sign in to comment.