summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-17 14:13:01 +0000
committerGitHub <noreply@github.com>2020-11-17 14:13:01 +0000
commitd00fc4ad4286df98389e8781c7404679bca53564 (patch)
treebb471e48f3943d7a013ffd15e7458b6411a5851a
parent76023f77db356b3a9cc3223c95344dfd663acff8 (diff)
downloadmixlib-config-dependabot/bundler/chefstyle-1.5.2.tar.gz
Update chefstyle requirement from 1.5.0 to 1.5.2dependabot/bundler/chefstyle-1.5.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.0...v1.5.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 8def710..c4ace1a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.5.0"
+ gem "chefstyle", "1.5.2"
gem "rake"
gem "rspec", "~> 3.0"
end