Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
025bc498
Commit
025bc498
authored
Apr 12, 2022
by
Aleksei Lipniagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Ruby 3 kwargs deprecation
parent
e82febf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/graphql/types/dependency_proxy/manifest_type_enum.rb
app/graphql/types/dependency_proxy/manifest_type_enum.rb
+1
-1
No files found.
app/graphql/types/dependency_proxy/manifest_type_enum.rb
View file @
025bc498
...
...
@@ -5,7 +5,7 @@ module Types
graphql_name
'DependencyProxyManifestStatus'
::
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment