Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Aug 27, 2023
1 parent 20a9af8 commit 22d5625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rdf-microdata.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.requirements = []
gem.add_runtime_dependency 'rdf', '~> 3.3'
gem.add_runtime_dependency 'rdf-rdfa', '~> 3.3'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.2', '>= 3.2.1'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.3'
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
gem.add_runtime_dependency 'nokogiri' , '~> 1.15', '>= 1.15.4'

Expand All @@ -38,8 +38,8 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '~> 3.12'
gem.add_development_dependency 'rspec-its', '~> 1.3'

gem.add_development_dependency 'rdf-spec', '~> 3.2'
gem.add_development_dependency 'rdf-turtle', '~> 3.2'
gem.add_development_dependency 'rdf-spec', '~> 3.3'
gem.add_development_dependency 'rdf-turtle', '~> 3.3'
gem.add_development_dependency 'rdf-isomorphic', '~> 3.3'
gem.add_development_dependency 'json-ld', '~> 3.3'

Expand Down

0 comments on commit 22d5625

Please sign in to comment.