diff options
author | Thom May <thom@chef.io> | 2016-03-15 19:02:38 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-03-15 19:16:16 +0000 |
commit | 7378c7abd47a55862d740025b4489b316bcea941 (patch) | |
tree | 6ab01d9f6eec19a15f7cd8f293a0b50a88ac1930 /Gemfile | |
parent | 4718a09e8ae5745ba9cffe2c357110e749499a8c (diff) | |
download | chef-7378c7abd47a55862d740025b4489b316bcea941.tar.gz |
ensure we always can raketm/rake_dep
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ gem "activesupport", "< 4.0.0", group: :compat_testing, platform: "ruby" gem "chef-config", path: "chef-config" if File.exist?(__FILE__ + "../chef-config") +# Ensure that we can always install rake, regardless of gem groups +gem "rake" + group(:docgen) do gem "yard" end |