summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-02 13:18:47 +0000
committerGitHub <noreply@github.com>2020-09-02 13:18:47 +0000
commit676fdf1f7890e6c0655b91b8c9479d2ed73404f5 (patch)
tree4bb39a44185b9b77fd4e738ee45ff98b39d39361 /Gemfile
parenta6ecb1f5c0a8b1d1eec954081b6c355a4e196e27 (diff)
downloadmixlib-config-676fdf1f7890e6c0655b91b8c9479d2ed73404f5.tar.gz
Update chefstyle requirement from 1.2.1 to 1.3.2dependabot/bundler/chefstyle-1.3.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.2.1...v1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index bb60e64..f9e5a8c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.2.1"
+ gem "chefstyle", "1.3.2"
gem "rake"
gem "rspec", "~> 3.0"
end