summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-01 14:41:21 +0000
committerGitHub <noreply@github.com>2021-02-01 14:41:21 +0000
commite66c469a518b25ea1bb8eeaa3055c4439aa8e67c (patch)
tree4ff319f06a224852b0e32db3177704c732f8cc26
parente9ea644be73d113458a75946a73d424bebe02b30 (diff)
downloadmixlib-config-e66c469a518b25ea1bb8eeaa3055c4439aa8e67c.tar.gz
Update chefstyle requirement from 1.5.9 to 1.6.2
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.5.9...v1.6.2) 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 c484358..864f16b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.5.9"
+ gem "chefstyle", "1.6.2"
gem "rake"
gem "rspec", "~> 3.0"
end