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 and add runtime dependency on rdf-vocab.
  • Loading branch information
gkellogg committed May 30, 2020
1 parent c52feb8 commit 86120c9
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 1 deletion rdf-rdfa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ 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 'rdf-vocab', '~> 3.1', '>= 3.1.5'
gem.add_runtime_dependency 'haml', '~> 5.1'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.1'
gem.add_runtime_dependency 'rdf-aggregate-repo', '~> 3.1'
Expand Down

0 comments on commit 86120c9

Please sign in to comment.