summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-17 00:43:33 -0400
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 18:08:28 -0500
commit0be5cf2df03a4c3813f2d580575d1a648b7490c3 (patch)
tree8e9d578776d45c4942ce49c2f5f4405f87b193f0 /Gemfile
parente978e9bafe5629eec1ee2652ce2760d222fdb4c4 (diff)
downloadchef-zero-0be5cf2df03a4c3813f2d580575d1a648b7490c3.tar.gz
Add chef-pedant as a dependency
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 851fabc..0c874b2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,4 @@
source 'https://rubygems.org'
gemspec
+
+gem 'chef-pedant', github: 'opscode/chef-pedant'