Skip to content

Commit

Permalink
deps: require nokogiri v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jan 22, 2023
1 parent 4b22747 commit 4caf13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-toc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.6'

spec.add_dependency 'jekyll', '>= 3.9'
spec.add_dependency 'nokogiri', '~> 1.11'
spec.add_dependency 'nokogiri', '~> 1.12'
end

0 comments on commit 4caf13d

Please sign in to comment.