From f85b99eb1c937e6c2d64c27e02358eebd4bdaf69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 04:19:16 +0000 Subject: [PATCH] Update chefstyle requirement from = 2.2.1 to = 2.2.2 Updates the requirements on [chefstyle](https://github.com/chef/chefstyle) to permit the latest version. - [Release notes](https://github.com/chef/chefstyle/releases) - [Changelog](https://github.com/chef/chefstyle/blob/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- busser-minitest.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busser-minitest.gemspec b/busser-minitest.gemspec index cab93d9..aa575fb 100644 --- a/busser-minitest.gemspec +++ b/busser-minitest.gemspec @@ -30,5 +30,5 @@ Gem::Specification.new do |gem| # style and complexity libraries are tightly version pinned as newer releases # may introduce new and undesireable style choices which would be immediately # enforced in CI - gem.add_development_dependency "chefstyle", "2.2.1" + gem.add_development_dependency "chefstyle", "2.2.2" end