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 589d42d commit 2aa9c36
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 @@ -238,6 +238,10 @@ Full documentation available on [RubyDoc.info](https://ruby-rdf.github.io/rdf-n3
* {RDF::N3::Math}
* {RDF::N3::Time}

## Change Log

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

## Resources
* [RDF.rb][RDF.rb]
* [Distiller](http://rdf.greggkellogg.net/distiller)
Expand Down
4 changes: 2 additions & 2 deletions rdf-n3.gemspec
Expand Up @@ -28,10 +28,10 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.0'
gem.requirements = []

gem.add_dependency 'ebnf', '~> 2.4'
gem.add_dependency 'ebnf', '~> 2.5'
gem.add_dependency 'rdf', '~> 3.3'
gem.add_dependency 'sparql', '~> 3.3'
gem.add_runtime_dependency 'sxp', '~> 1.3'
gem.add_runtime_dependency 'sxp', '~> 2.0'

gem.add_development_dependency 'json-ld', '~> 3.3'
gem.add_development_dependency 'rdf-spec', '~> 3.3'
Expand Down

0 comments on commit 2aa9c36

Please sign in to comment.