Skip to content

Commit

Permalink
Update RDF dependance.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jun 2, 2022
1 parent 303ed7b commit 77cee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shacl.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.6'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.2'
gem.add_runtime_dependency 'rdf', '~> 3.2', '>= 3.2.8'
gem.add_runtime_dependency 'json-ld', '~> 3.2'
gem.add_runtime_dependency 'sxp', '~> 1.2'
gem.add_runtime_dependency 'sparql', '~> 3.2'
Expand Down

0 comments on commit 77cee97

Please sign in to comment.