summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-19 13:42:03 +0000
committerGitHub <noreply@github.com>2021-04-19 13:42:03 +0000
commit071b7f13383f6bdc4f3e94c40a3430721419f310 (patch)
tree2fb3a9e75ff694fa2ee4068bf93349ff3ba8a170
parent7396a027bf2813643990889687a963e919ccf5b1 (diff)
downloadmixlib-config-071b7f13383f6bdc4f3e94c40a3430721419f310.tar.gz
Update chefstyle requirement from 1.7.2 to 1.7.5
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.7.2...v1.7.5) 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 a051fa3..905eff9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.7.2"
+ gem "chefstyle", "1.7.5"
gem "rake"
gem "rspec", "~> 3.0"
end