summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-29 13:15:40 +0000
committerGitHub <noreply@github.com>2022-03-29 13:15:40 +0000
commitea27f59f70c0e569fd7db8b18c9d6f0e52d8301f (patch)
treedb126df62a5654ac552fb4c52af79b2d1766a746
parent78e6c110c7d6533fe9ca2b0bda029e66531efd99 (diff)
downloadmixlib-config-ea27f59f70c0e569fd7db8b18c9d6f0e52d8301f.tar.gz
Update chefstyle requirement from 1.7.5 to 2.2.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/main/CHANGELOG.md) - [Commits](https://github.com/chef/chefstyle/compare/v1.7.5...v2.2.2) --- updated-dependencies: - dependency-name: chefstyle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 905eff9..ba26319 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "1.7.5"
+ gem "chefstyle", "2.2.2"
gem "rake"
gem "rspec", "~> 3.0"
end