Skip to content

Commit 8273b0f

Browse files
authored
Don't use htmlproofer 4.0.0 or newer
It removes internal_domains.
1 parent ec8e15b commit 8273b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ end
1111
gem "github-pages", versions['github-pages']
1212
gem "redcarpet"
1313

14-
gem "html-proofer", '>=3.3.1'
14+
gem "html-proofer", '>=3.3.1', '<4.0.0'

0 commit comments

Comments
 (0)