Skip to content

Commit

Permalink
Revert nokogiri dependency to 1.13 due to Ruby 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jul 23, 2023
1 parent 78cd79b commit 63c57df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf-microdata.gemspec
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf-rdfa', '~> 3.2', '>= 3.2.3'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.2', '>= 3.2.1'
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
gem.add_runtime_dependency 'nokogiri' , '~> 1.15', '>= 1.15.3'
gem.add_runtime_dependency 'nokogiri' , '~> 1.13', '>= 1.13.8'

gem.add_development_dependency 'equivalent-xml' , '~> 0.6'
gem.add_development_dependency 'yard' , '~> 0.9'
Expand Down

0 comments on commit 63c57df

Please sign in to comment.