Bump json-ld-preloaded from 3.0.2 to 3.0.3 (#11316)
* Bump json-ld-preloaded from 3.0.2 to 3.0.3 Bumps [json-ld-preloaded](https://github.com/ruby-rdf/json-ld-preloaded) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/ruby-rdf/json-ld-preloaded/releases) - [Commits](https://github.com/ruby-rdf/json-ld-preloaded/compare/3.0.2...3.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * use json-ld edge
This commit is contained in:
parent
0d80f686d8
commit
15de24a425
4 changed files with 22 additions and 10 deletions
|
@ -130,7 +130,7 @@ module JsonLdHelper
|
|||
end
|
||||
end
|
||||
|
||||
doc = JSON::LD::API::RemoteDocument.new(url, json)
|
||||
doc = JSON::LD::API::RemoteDocument.new(json, documentUrl: url)
|
||||
|
||||
block_given? ? yield(doc) : doc
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue