lib/bibliothecary/parsers/elm.rb in bibliothecary-8.2.1 vs lib/bibliothecary/parsers/elm.rb in bibliothecary-8.2.2

- old
+ new

@@ -17,9 +17,11 @@ parser: :parse_json_lock } } end + add_multi_parser(Bibliothecary::MultiParsers::DependenciesCSV) + def self.parse_json_lock(file_contents, options: {}) manifest = JSON.parse file_contents manifest.map do |name, requirement| { name: name,