summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-13 13:18:18 +0000
committerGitHub <noreply@github.com>2021-08-13 13:18:18 +0000
commit17d404186c012b0715a6e66c3edd7430762310d1 (patch)
tree4fc5964454307d940f323ea00ebb00dd8e37fb5e
parentf428cdfc4bb915741c363e6f42b23a0b3ca3989f (diff)
downloadohai-dependabot/bundler/chefstyle-2.0.8.tar.gz
Update chefstyle requirement from 2.0.7 to 2.0.8dependabot/bundler/chefstyle-2.0.8
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.7...v2.0.8) --- 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 d11247b9..b10fdc46 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.7"
+ gem "chefstyle", "2.0.8"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"