Commit 025bc498 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Fix Ruby 3 kwargs deprecation

parent e82febf9
...@@ -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