summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-24 09:54:09 -0700
committerTim Smith <tsmith@chef.io>2018-10-24 10:00:37 -0700
commit7f811f4ec1fa058690626e73f92fd32c6786d134 (patch)
tree2afb8acf2b8d5ecd5078a79779457739d170e52b /Gemfile
parentde14532bf420f5e99da22a23870043882c89b9f0 (diff)
downloadchef-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--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index f04116d177..5ffb94ad68 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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