From 864119e3cc0b119a9102ed4a3bcbc11b4b500484 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 23 Nov 2020 14:09:22 +0800 Subject: [PATCH] Lock `html-proofer` in stable version (#178) --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dd6254f..bbea1bf 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :jekyll_plugins do end group :test do - gem "html-proofer" + gem "html-proofer", "~> 3.16.0" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem