Skip to content

Commit

Permalink
Use SXP 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 20, 2023
1 parent 031ed22 commit 946d5b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -250,6 +250,10 @@ and [First Follow Notation-3 rules](https://www.w3.org/2000/10/swap/grammar/firs
## Documentation
Full documentation available on [Rubydoc.info][EBNF doc].

## Change Log

See [Release Notes on GitHub](https://github.com/dryruby/ebnf/releases)

## Future Work
* Better LL(1) parser tests

Expand Down
2 changes: 1 addition & 1 deletion ebnf.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 3.0'
gem.requirements = []
gem.add_runtime_dependency 'sxp', '~> 1.3'
gem.add_runtime_dependency 'sxp', '~> 2.0'
gem.add_runtime_dependency 'scanf', '~> 1.0'
gem.add_runtime_dependency 'rdf', '~> 3.3' # Required by sxp
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
Expand Down

0 comments on commit 946d5b6

Please sign in to comment.