From 99870b602f55c7fe6f3ed295b6128c9158228119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:27:34 +0000 Subject: [PATCH] Update foodcritic requirement from ~> 16.2.0 to ~> 16.3.0 Updates the requirements on [foodcritic](https://github.com/acrmp/foodcritic) to permit the latest version. - [Release notes](https://github.com/acrmp/foodcritic/releases) - [Changelog](https://github.com/Foodcritic/foodcritic/blob/master/CHANGELOG.md) - [Commits](https://github.com/acrmp/foodcritic/compare/v16.2.0...v16.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index afff001f7b..046fe68055 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gem 'berkshelf' group :style do - gem 'foodcritic', '~> 16.2.0' + gem 'foodcritic', '~> 16.3.0' gem 'rake', '~> 13.0.1' gem 'rubocop', '~> 1.12.0' gem 'rubocop-gitlab-security', '~> 0.1.1'