diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-24 12:24:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-24 12:24:34 -0700 |
commit | 86cd7da12264a3e1608b50ef9b22b742434a1907 (patch) | |
tree | 688bf352005b2b30a33edc82eddddef8e042c36c /Gemfile | |
parent | a5958cb4961f303c26bf4743619d6461e0ac9f67 (diff) | |
download | chef-86cd7da12264a3e1608b50ef9b22b742434a1907.tar.gz |
Switch back to chefstyle from git and use the updated chef omnibus def
Turns out if we switch to non-git chefstyle we just end up with 2 copies and that's not smaller. Keep it as git since everything else pulls it from git. This does pull in the updated definition that should slim our install by about 400k.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ group(:development, :test) do gem "webmock" # for testing new chefstyle rules - gem "chefstyle" + gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" end group(:travis) do |