Skip to content

Commit

Permalink
Pin HTML-Proofer to 3.17
Browse files Browse the repository at this point in the history
Version 3.17.1 broke internal links.
This is a temporary fix until that is fixed.
gjtorikian/html-proofer#595
  • Loading branch information
Boris VAN HOYTEMA committed Nov 23, 2020
1 parent 6734b90 commit d54c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"
gem 'github-pages', group: :jekyll_plugins
gem 'html-proofer'
gem 'html-proofer', "3.17"
gem 'mdl'
gem "faraday", "~> 0.17"

0 comments on commit d54c3cd

Please sign in to comment.