Skip to content

Commit

Permalink
Require nokogiri 1.13.4 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdle committed Apr 12, 2022
1 parent 8b58df6 commit 65869db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
end

s.add_dependency("mercenary", "~> 0.3")
s.add_dependency("nokogiri", ">= 1.12.5", "< 2.0")
s.add_dependency("nokogiri", ">= 1.13.4", "< 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 65869db

Please sign in to comment.