summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-03-15 19:02:38 +0000
committerThom May <thom@chef.io>2016-03-15 19:16:16 +0000
commit7378c7abd47a55862d740025b4489b316bcea941 (patch)
tree6ab01d9f6eec19a15f7cd8f293a0b50a88ac1930
parent4718a09e8ae5745ba9cffe2c357110e749499a8c (diff)
downloadchef-7378c7abd47a55862d740025b4489b316bcea941.tar.gz
ensure we always can raketm/rake_dep
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index acf125a574..141d593266 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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