From 76f81e67ee25dd627d886650ecd60e0b7d6e61c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Oct 2021 04:26:01 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1726792 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 357d84f..1f766e0 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :style, :unit, :integration do end group :style do - gem 'foodcritic' + gem 'foodcritic', '>= 8.1.0' gem 'rubocop' end