Skip to content

Commit

Permalink
Bump dependency on EBNF gem to 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jun 15, 2020
1 parent 4347d68 commit 9447d5c
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.4'
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.1'
gem.add_runtime_dependency 'ebnf', '~> 1.1'
gem.add_runtime_dependency 'ebnf', '~> 2.0'
gem.add_runtime_dependency 'rdf-turtle', '~> 3.1'
gem.add_development_dependency 'json-ld', '~> 3.1'
gem.add_development_dependency 'rspec', '~> 3.9'
Expand Down

0 comments on commit 9447d5c

Please sign in to comment.