Skip to content

Commit

Permalink
use modern sanitize in tests
Browse files Browse the repository at this point in the history
(Vulnerability alert doesn't exactly apply as it's never used in actual
execution, but that's okay.)
  • Loading branch information
kivikakk committed Apr 2, 2019
1 parent 067c18d commit 3e973e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'activesupport', '~> 4.0'
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
s.add_development_dependency 'html-pipeline', '~> 1.0'
s.add_development_dependency 'sanitize', '~> 2.1', '>= 2.1.0'
s.add_development_dependency 'sanitize', '>= 4.6.3'
s.add_development_dependency 'nokogiri', '~> 1.8.1'
s.add_development_dependency 'nokogiri-diff', '~> 0.2.0'
s.add_development_dependency "github-linguist", ">= 7.1.3"
Expand Down

0 comments on commit 3e973e5

Please sign in to comment.