Skip to content

Commit

Permalink
Update dependency on SXP gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 20, 2023
1 parent 524f3e7 commit 5934b03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,17 @@ This implementation is certainly not performant. Some things that can be be cons
* More [SHACL Advanced Features](https://w3c.github.io/shacl/shacl-af/).
* Support the [SHACL Compact Syntax](https://w3c.github.io/shacl/shacl-compact-syntax/).

## Change Log

See [Release Notes on GitHub](https://github.com/ruby-rdf/shacl/releases)

## Dependencies

* [Ruby](https://ruby-lang.org/) (>= 3.0)
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.3)
* [SPARQL](https://rubygems.org/gems/sparql) (~> 3.2)
* [json-ld](https://rubygems.org/gems/json-ld) (~> 3.3)
* [sxp](https://rubygems.org/gems/sxp) (~> 1.2)
* [sxp](https://rubygems.org/gems/sxp) (~> 2.0)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion shacl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_runtime_dependency 'json-ld', '~> 3.3'
gem.add_runtime_dependency 'sxp', '~> 1.2'
gem.add_runtime_dependency 'sxp', '~> 2.0'
gem.add_runtime_dependency 'sparql', '~> 3.3'

gem.add_development_dependency 'rdf-spec', '~> 3.3'
Expand Down

0 comments on commit 5934b03

Please sign in to comment.