summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-08-11 09:39:50 -0700
committerGitHub <noreply@github.com>2020-08-11 09:39:50 -0700
commit9ccbaa7d388c42914c6caf406e20823df44e3a92 (patch)
tree9b9545b377849d70174c66880e524cfe4e31118d
parent6869617d8829fc7c6180e9607a9de18ec28261a5 (diff)
parent0c9ae4b34e14b3cdf448d442765b14ce5014080b (diff)
downloadmixlib-config-9ccbaa7d388c42914c6caf406e20823df44e3a92.tar.gz
Merge pull request #82 from chef/dependabot/bundler/chefstyle-1.2.1
Update chefstyle requirement from = 1.2.0 to 1.2.1
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d5e6914..bb60e64 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :docs do
end
group :test do
- gem "chefstyle", "= 1.2.0"
+ gem "chefstyle", "1.2.1"
gem "rake"
gem "rspec", "~> 3.0"
end