Skip to content

Commit 6acd9df

Browse files
committed
deps: Force html-proofer to 3.x
Debian uses html-proofer 3.x even though 5.x is out.
1 parent 925982f commit 6acd9df

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
@@ -14,5 +14,5 @@ group :development do
1414
end
1515

1616
group :testing do
17-
gem 'html-proofer'
17+
gem 'html-proofer', "~> 3.19"
1818
end

0 commit comments

Comments
 (0)