summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-03-15 19:43:28 +0000
committerThom May <thom@may.lt>2016-03-15 19:43:28 +0000
commit754cc50d9e70de3e5a959b3999841b24d4fab072 (patch)
tree6ab01d9f6eec19a15f7cd8f293a0b50a88ac1930
parent4718a09e8ae5745ba9cffe2c357110e749499a8c (diff)
parent7378c7abd47a55862d740025b4489b316bcea941 (diff)
downloadchef-754cc50d9e70de3e5a959b3999841b24d4fab072.tar.gz
Merge pull request #4711 from chef/tm/rake_dep
ensure we always can rake
-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