summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-Gemfile
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2025-03-13 09:06:51 +0200
committerMatthias Fechner <mfechner@FreeBSD.org>2025-03-13 09:08:00 +0200
commitfd8d065bf288e0d18a8572aa5ea8dd4de9f48f35 (patch)
tree05ef1f98d04fcce66bc71fa780097938596482ed /www/gitlab/files/patch-Gemfile
parentjapanese/fcitx5-anthy: Flavorize for anthy-unicode (diff)
www/gitlab: security and bugfix update to 17.9.2
Changes: https://about.gitlab.com/releases/2025/03/12/patch-release-gitlab-17-9-2-released/ Security: a435609c-ffd5-11ef-b4e4-2cf05da270f3
Diffstat (limited to 'www/gitlab/files/patch-Gemfile')
-rw-r--r--www/gitlab/files/patch-Gemfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 9e1f07d87311..90d16ba77666 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,10 +1,12 @@
---- Gemfile.orig 2025-02-19 06:08:46 UTC
+--- Gemfile.orig 2025-03-11 19:30:16 UTC
+++ Gemfile
-@@ -165,7 +165,7 @@ gem 'graphql', '~> 2.4.1', feature_category: :api
+@@ -164,8 +164,8 @@ gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', fea
+ gem 'rack-cors', '~> 2.0.1', require: 'rack/cors', feature_category: :shared
# GraphQL API
- gem 'graphql', '~> 2.4.1', feature_category: :api
+-gem 'graphql', '2.4.11', path: 'vendor/gems/graphql', feature_category: :api
-gem 'graphql-docs', '~> 5.0.0', group: [:development, :test], feature_category: :api
++gem 'graphql', '~> 2.4.11', path: 'vendor/gems/graphql', feature_category: :api
+#gem 'graphql-docs', '~> 5.0.0', group: [:development, :test], feature_category: :api
gem 'apollo_upload_server', '~> 2.1.6', feature_category: :api
gem 'graphlient', '~> 0.8.0', feature_category: :importers # Used by BulkImport feature (group::import)