summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-22 14:13:10 +0000
committerGitHub <noreply@github.com>2020-12-22 14:13:10 +0000
commitafb103a4d506190ce915d623524090839621b912 (patch)
treec29aba6b61ee61275bd46549314ff4ee471f22bc
parent54ce0a7cd4a92ae1f8c78e40d7a2db74c4ba48c9 (diff)
downloadmixlib-config-afb103a4d506190ce915d623524090839621b912.tar.gz
Update chefstyle requirement from 1.5.2 to 1.5.8dependabot/bundler/chefstyle-1.5.8
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.2...v1.5.8) 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 ccb5175..7d395a9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ end
group :test do
gem "parallel", "< 1.20" # remove this pin/dep when we drop ruby < 2.4
- gem "chefstyle", "1.5.2"
+ gem "chefstyle", "1.5.8"
gem "rake"
gem "rspec", "~> 3.0"
end