From 25ad8297d8d011655832d57bde11763949454cb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 May 2022 03:33:41 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2840634 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c8f707f6f832e4..e90e284f3e2570 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "html-proofer", '>=3.3.1' +gem "html-proofer", ">= 3.10.0" gem "eip_validator", ">=0.8.0"