summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-Gemfile
diff options
context:
space:
mode:
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)