summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"