Skip to content

Commit 2fbd4ec

Browse files
committed
Update dependencies on EBNF and SXP.
1 parent 899f4c9 commit 2fbd4ec

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The parser takes branch and follow tables generated from the [LD Patch Grammar](
8181
* [SXP][] (~> 1.2)
8282
* [RDF::XSD][] (~> 3.2)
8383

84+
## Change Log
85+
86+
See [Release Notes on GitHub](https://github.com/ruby-rdf/ld-patch/releases)
87+
8488
## Mailing List
8589
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/>
8690

ld-patch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Gem::Specification.new do |gem|
3030
gem.required_ruby_version = '>= 3.0'
3131
gem.requirements = []
3232
gem.add_runtime_dependency 'rdf', '~> 3.3'
33-
gem.add_runtime_dependency 'ebnf', '~> 2.4'
33+
gem.add_runtime_dependency 'ebnf', '~> 2.5'
3434
gem.add_runtime_dependency 'sparql', '~> 3.3'
35-
gem.add_runtime_dependency 'sxp', '~> 1.3'
35+
gem.add_runtime_dependency 'sxp', '~> 2.0'
3636
gem.add_runtime_dependency 'rdf-xsd', '~> 3.3'
3737

3838
gem.add_development_dependency 'json-ld', '~> 3.3'

0 commit comments

Comments
 (0)