diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-24 09:54:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-24 10:00:37 -0700 |
commit | 7f811f4ec1fa058690626e73f92fd32c6786d134 (patch) | |
tree | 2afb8acf2b8d5ecd5078a79779457739d170e52b /Gemfile | |
parent | de14532bf420f5e99da22a23870043882c89b9f0 (diff) | |
download | chef-7f811f4ec1fa058690626e73f92fd32c6786d134.tar.gz |
Use the Chefstyle gemchefstyle_gem
This reduces the size of the install artifact since the gem has fewer
files than the whole repo.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -52,8 +52,7 @@ group(:development, :test) do gem "webmock" # for testing new chefstyle rules - # gem 'chefstyle', github: 'chef/chefstyle' - gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" + gem "chefstyle" end group(:travis) do |