summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-16 14:12:58 +0000
committerGitHub <noreply@github.com>2021-02-16 14:12:58 +0000
commit333dad2a5e68e64a719f23b94725d9ad489418ae (patch)
treed614d50e9f3717c126b55bc7a69085cc7bca72d9
parenta3e5e1f9fd515fb94d2b5d96ab1d32b16caef72d (diff)
downloadmixlib-config-333dad2a5e68e64a719f23b94725d9ad489418ae.tar.gz
Update chefstyle requirement from 1.6.2 to 1.7.1dependabot/bundler/chefstyle-1.7.1
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/v1.6.2...v1.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 864f16b..de833cf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.6.2"
+ gem "chefstyle", "1.7.1"
gem "rake"
gem "rspec", "~> 3.0"
end