Skip to content

Commit

Permalink
Version 3.1.1,
Browse files Browse the repository at this point in the history
Update 'rdf' dependency to >= 3.1.2.
  • Loading branch information
gkellogg committed May 30, 2020
1 parent d9ce65f commit 03545a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1
2 changes: 1 addition & 1 deletion rdf-turtle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 'rdf', '~> 3.1', '>= 3.1.2'
gem.add_runtime_dependency 'ebnf', '~> 1.2'
gem.add_development_dependency 'rspec', '~> 3.9'
gem.add_development_dependency 'rspec-its', '~> 1.3'
Expand Down

0 comments on commit 03545a8

Please sign in to comment.