From 946d5b64d20ce6356d87d35b8b6d1add8de36a46 Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 20 Dec 2023 12:37:09 -0800 Subject: [PATCH] Use SXP 2.0 --- README.md | 4 ++++ ebnf.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b731c1..dc0bb1b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ebnf.gemspec b/ebnf.gemspec index 7af2ad4..049d7e5 100755 --- a/ebnf.gemspec +++ b/ebnf.gemspec @@ -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'