summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-19 16:45:04 -0700
committerTim Smith <tsmith@chef.io>2019-03-19 16:45:04 -0700
commitd4a3b31498ce5d9bf80e741a9e4d6a26dfea7cad (patch)
tree0919034f4efb745f11f317f9e0ac2d8fd942a7ff
parentce52cda5487dc00a378891604a1d1b682dcaa43c (diff)
downloadohai-d4a3b31498ce5d9bf80e741a9e4d6a26dfea7cad.tar.gz
Pin Chefstyle to the same version we pin Chef 14 to
We're not fixing up style on the previous releases. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 29f522eb..e0198804 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ gemspec
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle", "=0.11.2"
gem "rake", ">= 10.1.0"
gem "rspec-core", "~> 3.0"
gem "rspec-expectations", "~> 3.0"