Skip to content

Commit

Permalink
Update dependency on EBNF.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 20, 2023
1 parent 049e6a5 commit 76bc642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ An example of reading Freebase dumps:
## Implementation Notes
This version uses a hand-written parser using the Lexer from the [EBNF][] gem instead of a general [EBNF][] LL(1) parser for faster performance.

## Change Log

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

## Dependencies

* [Ruby](https://ruby-lang.org/) (>= 3.0)
Expand Down
2 changes: 1 addition & 1 deletion rdf-turtle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 3.0'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_runtime_dependency 'ebnf', '~> 2.4'
gem.add_runtime_dependency 'ebnf', '~> 2.5'
gem.add_development_dependency 'erubis', '~> 2.7'
gem.add_development_dependency 'htmlentities', '~> 4.3'
gem.add_development_dependency 'rspec', '~> 3.12'
Expand Down

0 comments on commit 76bc642

Please sign in to comment.