Skip to content

Commit

Permalink
bump nokogiri to ~> 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jan 30, 2018
1 parent 50cb58f commit 898963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-markup.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
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 'nokogiri', '1.6.8.1'
s.add_development_dependency 'nokogiri', '~> 1.8.1'
s.add_development_dependency 'nokogiri-diff', '~> 0.2.0'
s.add_development_dependency "github-linguist", "~> 6.0"
end

0 comments on commit 898963c

Please sign in to comment.