Skip to content

Commit

Permalink
Update dependencies on SXP and EBNF.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 20, 2023
1 parent 65fce04 commit a82cbd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -198,6 +198,10 @@ The ShExC parser uses the [EBNF][] gem to generate a [PEG][] parser.

The parser uses the executable [S-Expressions][] generated from the EBNF ShExC grammar to create a set of executable {ShEx::Algebra} Operators which are directly executed to perform shape validation.

## Change Log

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

## Dependencies

* [Ruby](https://ruby-lang.org/) (>= 3.0)
Expand Down
4 changes: 2 additions & 2 deletions shex.gemspec
Expand Up @@ -31,8 +31,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_runtime_dependency 'json-ld', '~> 3.3'
gem.add_runtime_dependency 'json-ld-preloaded','~> 3.3'
gem.add_runtime_dependency 'ebnf', '~> 2.4'
gem.add_runtime_dependency 'sxp', '~> 1.3'
gem.add_runtime_dependency 'ebnf', '~> 2.5'
gem.add_runtime_dependency 'sxp', '~> 2.0'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.3'
gem.add_runtime_dependency 'sparql', '~> 3.3'
gem.add_runtime_dependency 'htmlentities','~> 4.3'
Expand Down

0 comments on commit a82cbd9

Please sign in to comment.