File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments