summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-27 13:15:32 +0000
committerGitHub <noreply@github.com>2021-08-27 13:15:32 +0000
commitd7b28f39f6ef17ba20d2cc0ddbdb62e40b02d8bd (patch)
tree556fbefa7cc615c006f24281809f3986f841201a
parent083fc5c40683d010cbd48a527fc4fa7c839902b8 (diff)
downloadohai-dependabot/bundler/chefstyle-2.0.9.tar.gz
Update chefstyle requirement from 2.0.8 to 2.0.9dependabot/bundler/chefstyle-2.0.9
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.8...v2.0.9) --- 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 77bb7bd5..92b3c789 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "ch
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", "2.0.8"
+ gem "chefstyle", "2.0.9"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"