Skip to content
This repository was archived by the owner on Sep 19, 2020. It is now read-only.

Commit e23169b

Browse files
Update chefstyle requirement from = 0.13.0 to 0.15.1
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](chef/chefstyle@v0.13.0...v0.15.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 7e66bda commit e23169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
gem "minitest", "~> 5.3"
99
gem "minitest-reporters"
1010
gem "simplecov", "~> 0.8"
11-
gem "chefstyle", "= 0.13.0"
11+
gem "chefstyle", "0.15.1"
1212
end
1313

1414
group :development do

0 commit comments

Comments
 (0)