Commit 623f0dc2 authored by Kyle Wiebers's avatar Kyle Wiebers

Switch Gitlab::JSON to JSON for helm3_client

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216365
parent 04c86ff1
......@@ -65,7 +65,7 @@ module Quality
%(--output json),
*args
]
releases = Gitlab::Json.parse(run_command(command))
releases = JSON.parse(run_command(command))
releases.map do |release|
Release.new(*release.values_at(*RELEASE_JSON_ATTRIBUTES))
......
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