Skip to content
Snippets Groups Projects
Commit 83fd6eb6 authored by Matthias Fechner's avatar Matthias Fechner
Browse files

www/gitlab-ce: fix regression from 6ef57459

parent fcba5ad0
No related branches found
No related tags found
No related merge requests found
PORTNAME= gitlab-ce
PORTVERSION= 16.8.3
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www devel
......
--- 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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment