summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-10 14:12:39 +0000
committerGitHub <noreply@github.com>2021-03-10 14:12:39 +0000
commit67efd8733f973a745261e41755c7b98a4418da2b (patch)
tree408a64179fc9a1d44aa674a8af4f7ac2482592a0
parent7e682cd35ce94daa43b65425d83628a27689df3a (diff)
downloadmixlib-config-67efd8733f973a745261e41755c7b98a4418da2b.tar.gz
Update chefstyle requirement from 1.7.1 to 1.7.2dependabot/bundler/chefstyle-1.7.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.7.1...v1.7.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 de833cf..70367e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.7.1"
+ gem "chefstyle", "1.7.2"
gem "rake"
gem "rspec", "~> 3.0"
end