summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-Gemfile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2025-02-08 07:27:09 +0200
committerMatthias Fechner <mfechner@FreeBSD.org>2025-02-08 07:27:50 +0200
commit7be30de9205977958b8c92157dc31b9f68e1e0e2 (patch)
tree8d365181ac251f5eae4fa21c9a6f869a44b0f525 /www/gitlab/files/patch-Gemfile
parentx11-drivers/xf86-video-vmware: Drop dependency on obsolete GCC (diff)
www/gitlab: fix problem due to puma upgrade to 6.6.0
Diffstat (limited to 'www/gitlab/files/patch-Gemfile')
-rw-r--r--www/gitlab/files/patch-Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 2a6efd049cd3..3c6fe6426d7a 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2025-01-15 09:55:34 UTC
+--- Gemfile.orig 2025-01-22 04:13:11 UTC
+++ Gemfile
@@ -164,7 +164,7 @@ gem 'graphql', '~> 2.4.1', feature_category: :api
@@ -32,7 +32,7 @@
group :puma do
- gem 'puma', '= 6.5.0', require: false, feature_category: :shared
-+ gem 'puma', '~> 6.5.0', require: false, feature_category: :shared
++ gem 'puma', '~> 6.5', require: false, feature_category: :shared
gem 'sd_notify', '~> 0.1.0', require: false, feature_category: :shared
end