summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-30 14:12:49 +0000
committerGitHub <noreply@github.com>2020-12-30 14:12:49 +0000
commit32e1c5859cf1abbfca59fcd9d959c26bd339db78 (patch)
tree0db69795a1c18d5415ecf63eff00f588877af0ce
parente7f3857228f731037f20b92f524fa106d6b2d121 (diff)
downloadmixlib-config-32e1c5859cf1abbfca59fcd9d959c26bd339db78.tar.gz
Update chefstyle requirement from 1.5.8 to 1.5.9dependabot/bundler/chefstyle-1.5.9
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.8...v1.5.9) 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 7d395a9..13f28e2 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.8"
+ gem "chefstyle", "1.5.9"
gem "rake"
gem "rspec", "~> 3.0"
end