From 3479bfb9dd52ca0f324f9f97661150e9d5952eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 13:14:09 +0000 Subject: [PATCH] Update chefstyle requirement from = 2.0.9 to = 2.1.0 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.0.9...v2.1.0) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- omnibus-ctl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus-ctl.gemspec b/omnibus-ctl.gemspec index ecf1e99..087c3a2 100644 --- a/omnibus-ctl.gemspec +++ b/omnibus-ctl.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.required_ruby_version = ">= 2.6" - s.add_development_dependency "chefstyle", "2.0.9" + s.add_development_dependency "chefstyle", "2.1.0" s.add_development_dependency "rake" s.add_development_dependency "rspec", "~> 3.2" s.add_development_dependency "rspec_junit_formatter"