diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-09 22:29:28 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-09 22:29:28 -0700 |
commit | 2cfc303dd628d8d54b8cb1409b8d4a3b3c20e5eb (patch) | |
tree | a2894218815f7e2a6ae6f8bb4f0319fe8473bd00 | |
parent | 695e917d3e20c9e012b27acfbc7f10a223746a8e (diff) | |
download | chef-2cfc303dd628d8d54b8cb1409b8d4a3b3c20e5eb.tar.gz |
use the released artifacts
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,9 +3,6 @@ gemspec :name => "chef" 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 |