summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-05 20:01:50 +0000
committerGitHub <noreply@github.com>2020-11-05 20:01:50 +0000
commit79a8576b07873f0d175a15dc89ecbd23e6819a6e (patch)
treea73d4c2385b2d03ab01e42f5d95ca99ccc52f309
parent840623f5bb1a12ad5cc92229e7f9f4f0e28b06fa (diff)
downloadmixlib-config-79a8576b07873f0d175a15dc89ecbd23e6819a6e.tar.gz
Update chefstyle requirement from 1.4.5 to 1.5.0
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.4.5...v1.5.0) 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 5212818..8def710 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.4.5"
+ gem "chefstyle", "1.5.0"
gem "rake"
gem "rspec", "~> 3.0"
end