summaryrefslogtreecommitdiff
path: root/pedant.gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'pedant.gemfile')
-rw-r--r--pedant.gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pedant.gemfile b/pedant.gemfile
index 7b135bdef4..d4ac849707 100644
--- a/pedant.gemfile
+++ b/pedant.gemfile
@@ -7,6 +7,9 @@ gem 'chef-pedant', :github => 'opscode/chef-pedant', :branch => "metadata-name-f
# TODO figure out how to grab this stuff from the main Gemfile
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
+gem "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "master"
+gem "ohai", github: "opscode/ohai", branch: "master"
+
group(:docgen) do
gem "yard"
end