summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-25 13:19:00 +0000
committerGitHub <noreply@github.com>2021-03-25 13:19:00 +0000
commita007b87af55283cf3e2dba3c4d51badd86eda70a (patch)
treeae7eed45bd1d35d09ec815e65f448d9c29b5038c
parent7396a027bf2813643990889687a963e919ccf5b1 (diff)
downloadmixlib-config-dependabot/bundler/chefstyle-1.7.4.tar.gz
Update chefstyle requirement from 1.7.2 to 1.7.4dependabot/bundler/chefstyle-1.7.4
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.4) 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..a4e608e 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.4"
gem "rake"
gem "rspec", "~> 3.0"
end