summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-21 10:07:07 -0800
committerTim Smith <tsmith@chef.io>2019-01-21 10:07:07 -0800
commit3c021ea2643c3ddb0d3e988da1ebf85bad12974c (patch)
tree7c78d7486a609b7c6714994383861b7101e85f1b /Gemfile
parent50fb680ed3abffdc3ce1152ebf758615d132e7f8 (diff)
downloadchef-3c021ea2643c3ddb0d3e988da1ebf85bad12974c.tar.gz
Pin Chefstyle to 0.11.2 in chef-14 branchchefstyle_pin
As Chef 14 goes into stable this avoids the need to keep up with changes in chefstyle. We can chase that on master. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 91cf837a90..124b631320 100644
--- a/Gemfile
+++ b/Gemfile
@@ -55,7 +55,7 @@ group(:development, :test) do
gem "webmock"
# for testing new chefstyle rules
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle", "=0.11.2"
end
group(:travis) do