Commit 1ac01a3e authored by Max Woolf's avatar Max Woolf

Merge branch 'alipniagov-fix-kwargs-deprecation-in-manifest-type' into 'master'

Fix Ruby 3 kwargs deprecation in ManifestTypeEnum

See merge request gitlab-org/gitlab!84936
parents 4f167aa1 025bc498
...@@ -5,7 +5,7 @@ module Types ...@@ -5,7 +5,7 @@ module Types
graphql_name 'DependencyProxyManifestStatus' graphql_name 'DependencyProxyManifestStatus'
::DependencyProxy::Manifest.statuses.keys.each do |status| ::DependencyProxy::Manifest.statuses.keys.each do |status|
value status.upcase, { description: "Dependency proxy manifest has a status of #{status}.", value: status } value status.upcase, description: "Dependency proxy manifest has a status of #{status}.", value: status
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment