summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Renatus <srenatus@chef.io>2017-03-06 09:29:12 +0100
committerStephan Renatus <srenatus@chef.io>2017-03-06 09:29:12 +0100
commit66a875ff63c03dcb3169dac0f01499ad4fde9fb6 (patch)
treed91877177cd46cfbca885715c4d0ccc4ed423db2
parentc5298daaec5e7729409036d1d1bb46a9532bf41a (diff)
downloadchef-zero-66a875ff63c03dcb3169dac0f01499ad4fde9fb6.tar.gz
Gemfile: add pedant group, including veil
Signed-off-by: Stephan Renatus <srenatus@chef.io>
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 45d999a..0d48499 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,10 @@ gemspec
# gem 'rest-client', :git => 'https://github.com/chef/rest-client.git'
-gem "oc-chef-pedant", :git => "https://github.com/chef/chef-server.git"
+group :pedant do
+ gem "oc-chef-pedant", :git => "https://github.com/chef/chef-server.git"
+ gem "veil", :git => "https://github.com/chef/chef_secrets.git"
+end
group :changelog do
gem "github_changelog_generator"