We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c101c4 + e95632a commit 01f0c20Copy full SHA for 01f0c20
1 file changed
Library/Homebrew/livecheck/strategy/json.rb
@@ -55,7 +55,7 @@ def self.parse_json(content)
55
require "json"
56
57
begin
58
- JSON.parse(content)
+ JSON.parse(content, allow_duplicate_key: true)
59
rescue JSON::ParserError
60
raise "Content could not be parsed as JSON."
61
end
0 commit comments