diff options
Diffstat (limited to 'www/gitlab/files/patch-Gemfile')
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 66fa089743a5..408e873e25c9 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,12 +1,12 @@ ---- Gemfile.orig 2025-04-16 04:05:48 UTC +--- Gemfile.orig 2025-05-07 09:41:59 UTC +++ Gemfile @@ -168,8 +168,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.11', path: 'vendor/gems/graphql', feature_category: :api +-gem 'graphql', '2.4.13', 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', '~> 2.4.13', 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 |