summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-28 13:16:57 +0000
committerGitHub <noreply@github.com>2021-10-28 13:16:57 +0000
commita2e98b656aee4f139b346ce1c8a91ed2784b74d3 (patch)
tree48368948b2efc0f811f2e6fa50fb05c9dac6ec38
parent469b1e0a16534dc0f6194a197005db222bdebc21 (diff)
downloadohai-dependabot/bundler/chefstyle-2.1.2.tar.gz
Update chefstyle requirement from 2.1.1 to 2.1.2dependabot/bundler/chefstyle-2.1.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/v2.1.1...v2.1.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 574e0bf4..32365a93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "ch
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", "2.1.1"
+ gem "chefstyle", "2.1.2"
gem "ipaddr_extensions"
gem "rake", ">= 10.1.0"
gem "rspec-collection_matchers", "~> 1.0"