diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-09 13:08:00 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-09 13:09:01 -0700 |
commit | 3d933ab9fa547f58de846b4db588da47dbe11a8c (patch) | |
tree | 261f4273425bd100a49aeb164922484ae4afcd10 /pedant.gemfile | |
parent | 7e5c08a2ef1df3ea190ef83ebfd7d4769476324d (diff) | |
download | chef-3d933ab9fa547f58de846b4db588da47dbe11a8c.tar.gz |
fix broken pedant tests
yes, it'd be good to pull this from the main gemfile
Diffstat (limited to 'pedant.gemfile')
-rw-r--r-- | pedant.gemfile | 3 |
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 |