summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-26 13:24:49 +0000
committerGitHub <noreply@github.com>2021-07-26 13:24:49 +0000
commitac93c19da0d34bfba80c22d989f3b384c87f6a98 (patch)
tree49ed9e5551cbec64b241ca754a3c7d0a95d76e7a
parentc77e94845d18c03db5930517d1d55fac25d29a2b (diff)
downloadohai-ac93c19da0d34bfba80c22d989f3b384c87f6a98.tar.gz
Update chefstyle requirement from 2.0.6 to 2.0.7
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/master/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f62f2f27..d11247b9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "master", glob: "
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", "2.0.6"
+ gem "chefstyle", "2.0.7"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"