Skip to content

Commit 3630df4

Browse files
committed
Update nokogiri dependency.
1 parent 04675db commit 3630df4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
2-
gem "nokogiri", '~> 1.10'
2+
gem "nokogiri", '~> 1.13', '>= 1.13.4'
33

44
gemspec
55
gem 'rdf', git: "https://github.com/ruby-rdf/rdf", branch: "develop"

example-files/afs_prefix_flag.jsonld

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"@id" : "http://example/collection",
3+
"http://example/p" : [ "book:ZZZ" ],
4+
"book" : [ "book:YYY" ],
5+
"@context" : {
6+
"book" : {
7+
"@id" : "http://onbetween.ch/3ms/cms#",
8+
"@type" : "@id"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)