summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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