Skip to content

Commit

Permalink
Merge pull request #842 from simonletort/master
Browse files Browse the repository at this point in the history
[Security] Require nokogiri 1.13.6 or greater
  • Loading branch information
yoannchaudet committed Jul 12, 2022
2 parents fbcb667 + 3208cd4 commit f22e143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-pages.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
end

s.add_dependency("mercenary", "~> 0.3")
s.add_dependency("nokogiri", ">= 1.13.4", "< 2.0")
s.add_dependency("nokogiri", ">= 1.13.6", "< 2.0")
s.add_dependency("terminal-table", "~> 1.4")
s.add_development_dependency("jekyll_test_plugin_malicious", "~> 0.2")
s.add_development_dependency("pry", "~> 0.10")
Expand Down

0 comments on commit f22e143

Please sign in to comment.