Skip to content

Commit

Permalink
Update ebnf dependency to 2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 29, 2021
1 parent b665509 commit 0ae42f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf-trig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.6'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.2'
gem.add_runtime_dependency 'ebnf', '~> 2.2'
gem.add_runtime_dependency 'ebnf', '~> 2.3'
gem.add_runtime_dependency 'rdf-turtle', '~> 3.2'
gem.add_development_dependency 'json-ld', '~> 3.2'
gem.add_development_dependency 'rspec', '~> 3.10'
Expand Down

0 comments on commit 0ae42f3

Please sign in to comment.