Skip to content

Commit

Permalink
Minimum builder version 3.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 1, 2023
1 parent b00ed02 commit 6603d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf-rdfxml.gemspec
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.3'
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
gem.add_runtime_dependency 'builder', '~> 3.2'
gem.add_runtime_dependency 'builder', '~> 3.2', '>= 3.2.4'

gem.add_development_dependency 'json-ld', '>= 3.3'
gem.add_development_dependency 'rspec', '~> 3.12'
Expand Down

0 comments on commit 6603d88

Please sign in to comment.