Skip to content

Commit

Permalink
Merge pull request #795 from jmaitrehenry/patch-1
Browse files Browse the repository at this point in the history
[Security] Require nokogiri 1.12.5 or greater
  • Loading branch information
YiMysty committed Oct 13, 2021
2 parents 3d80bf7 + e33dfd2 commit c00b72d
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.10.4", "< 2.0")
s.add_dependency("nokogiri", ">= 1.12.5", "< 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 c00b72d

Please sign in to comment.