From b172c408e77cb56305937c1f0aa099988a8c52ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 May 2021 22:23:17 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1293239 --- 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